diff --git a/.github/ISSUE_TEMPLATE/release.yaml b/.github/ISSUE_TEMPLATE/release.yaml index 50ddc64..3a3c8b8 100644 --- a/.github/ISSUE_TEMPLATE/release.yaml +++ b/.github/ISSUE_TEMPLATE/release.yaml @@ -23,6 +23,8 @@ body: Generate a static version of the baseline: `cd cmd && go run . compile --output ../docs/versions/2025-02-04.md` (replace `2025-02-04` with the version name) - label: | In the `docs/versions/.md` file, change the `Version: devel` to have the version number of the new version + - label: | + In the `docs/versions/.md` file, remove the "not for production use" warning - label: | Move the link to the "current" version in `docs/index.md` to the "previous versions" list - label: | diff --git a/cmd/template.md b/cmd/template.md index f31af66..10d50a5 100644 --- a/cmd/template.md +++ b/cmd/template.md @@ -1,6 +1,9 @@ # Open Source Project Security Baseline -Version: devel (not for production use) +Version: devel + +{: .warning} +Not for production use.