You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCS/release-process.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,29 +34,29 @@ Requesters may be uncertain as to whether they should use a newly-added license
34
34
35
35
## Step 2: Pull and tag release versions
36
36
37
-
Note: the following assumes that your local copies of the repos have `upstream` defined as the `github.com/spdx` branches. Use the current milestone in place of `3.19` throughout the steps below.
37
+
Note: the following assumes that your local copies of the repos have `upstream` defined as the `github.com/spdx` branches. Use the current milestone in place of `3.24.0` throughout the steps below.
38
38
39
39
### Pull and tag release in license-list-XML
40
40
41
41
* Use `git pull` to pull the current version of the license-list-XML repo to your local disk:
42
-
* Tag the release: `git tag -a v3.19 -m "version 3.19 of the SPDX License List"`
43
-
* Push tag to upstream: `git push upstream v3.19`
42
+
* Tag the release: `git tag -a v3.24.0 -m "version 3.24.0 of the SPDX License List"`
43
+
* Push tag to upstream: `git push upstream v3.24.0`
44
44
* After pushing the tag, wait for the CI check to complete before going on to the next step!
45
45
46
46
### Create the GitHub release in license-list-XML
47
47
48
48
* In the [list of license-list-XML tags](https://github.com/spdx/license-list-XML/tags), click on the "..." on the right side of the tag, and select "Create release"
49
49
* Fill in content:
50
-
* title: `Version 3.19 of the SPDX License List`
51
-
* notes: copy from MarkDown for [RELEASE-NOTES.md](https://raw.githubusercontent.com/spdx/license-list-XML/main/RELEASE-NOTES.md)
50
+
* title: `Version 3.24.0 of the SPDX License List`
51
+
* notes: copy from Markdown for [RELEASE-NOTES.md](https://raw.githubusercontent.com/spdx/license-list-XML/main/RELEASE-NOTES.md)
52
52
* Click "Publish Release"
53
53
54
54
### Pull and tag release in license-list-data
55
55
56
56
* Make sure the CI checks from pushing the tag for license-list-XML have completed!
57
57
* Use `git pull` to pull the current version of the license-list-data repo to your local disk
58
-
* Tag the release: `git tag -a v3.19 -m "version 3.19 of the SPDX License List"`
59
-
* Push tag to upstream: `git push upstream v3.19`
58
+
* Tag the release: `git tag -a v3.24.0 -m "version 3.24.0 of the SPDX License List"`
59
+
* Push tag to upstream: `git push upstream v3.24.0`
60
60
* After pushing the tag, wait for the CI check to complete before going on to the next step!
61
61
62
62
### Create the GitHub release in license-list-data
@@ -72,7 +72,7 @@ This also assumes that you have used the AWS S3 scripts to make a local copy of
72
72
73
73
### Prepare archive files
74
74
75
-
* Create archive files in the `website/` subdirectory in the license-list-data repository named `htmlfiles-v3.19/`
75
+
* Create archive files in the `website/` subdirectory in the license-list-data repository named `htmlfiles-v3.24.0/`
76
76
* In your local copy of the spdx.org S3 bucket, create a new subdirectory `S3DIR/licenses/archive/archived_ll_vx.xx` where `x.xx` is the version of the PREVIOUSLY PUBLISHED license list being replaced,
77
77
* Copy (NON-RECURSIVELY) the files from `S3DIR/licenses` to `S3DIR/licenses/archive/archived_ll_vx.xx`.
78
78
* IMPORTANT NOTE: Do NOT do a recursive copy, only copy the files and do NOT copy any subdirectories.
0 commit comments