Skip to content

Commit

Permalink
Fix release process docs for incorrect HTML
Browse files Browse the repository at this point in the history
This fixes a missing tag in the HTML code to include for archived versions of the license list.

Signed-off-by: Steve Winslow <steve@swinslow.net>
  • Loading branch information
swinslow authored and xsuchy committed Aug 26, 2024
1 parent 2103bda commit 15cc8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This also assumes that you have used the AWS S3 scripts to make a local copy of
* Copy (NON-RECURSIVELY) the files from `S3DIR/licenses` to `S3DIR/licenses/archive/archived_ll_vx.xx`.
* IMPORTANT NOTE: Do NOT do a recursive copy, only copy the files and do NOT copy any subdirectories.
* Edit the file `S3DIR/licenses/archive/archived_ll_vx.xx/index.html`. Add the line below, immediately prior to the line `<h1>SPDX License List</h1>`:
* `<p style="color: #FA0207;"><strong>THIS IS NOT THE CURRENT VERSION OF THE SPDX LICENSE LIST. PLEASE USE THE CURRENT VERSION, LOCATED AT: <a href="https://spdx.org/licenses/">https://spdx.org/licenses/</a></p>`
* `<p style="color: #FA0207;"><strong>THIS IS NOT THE CURRENT VERSION OF THE SPDX LICENSE LIST. PLEASE USE THE CURRENT VERSION, LOCATED AT: <a href="https://spdx.org/licenses/">https://spdx.org/licenses/</a></strong></p>`

### Copy new files

Expand Down

0 comments on commit 15cc8b4

Please sign in to comment.