Skip to content

Commit dcca419

Browse files
authored
Merge pull request #2489 from swinslow/docs-release-process-versions
Update to semver for release process docs
2 parents 5921176 + 290605b commit dcca419

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

DOCS/release-process.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,29 @@ Requesters may be uncertain as to whether they should use a newly-added license
3434

3535
## Step 2: Pull and tag release versions
3636

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.
3838

3939
### Pull and tag release in license-list-XML
4040

4141
* 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`
4444
* After pushing the tag, wait for the CI check to complete before going on to the next step!
4545

4646
### Create the GitHub release in license-list-XML
4747

4848
* 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"
4949
* 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)
5252
* Click "Publish Release"
5353

5454
### Pull and tag release in license-list-data
5555

5656
* Make sure the CI checks from pushing the tag for license-list-XML have completed!
5757
* 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`
6060
* After pushing the tag, wait for the CI check to complete before going on to the next step!
6161

6262
### 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
7272

7373
### Prepare archive files
7474

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/`
7676
* 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,
7777
* Copy (NON-RECURSIVELY) the files from `S3DIR/licenses` to `S3DIR/licenses/archive/archived_ll_vx.xx`.
7878
* IMPORTANT NOTE: Do NOT do a recursive copy, only copy the files and do NOT copy any subdirectories.

0 commit comments

Comments
 (0)