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
The OpenSSF Best Practices Badge suggests signing release tags. The process is simple, described here: simply create the release from a tag created with -s:
$ git tag -s v1.2.3
The project maintainer who creates the release tags needs a GPG key. Instructions for creating a key are described here.
The text was updated successfully, but these errors were encountered:
lgritz
added a commit
to lgritz/OpenShadingLanguage
that referenced
this issue
Jan 2, 2025
* Move RELEASING.md into the dev docs area
* Document signed release tags, which we will start doing now
* Document release note generation
* Add git-cliff config file
* Update SECURITY version documentation
ClosesAcademySoftwareFoundation#1856
Signed-off-by: Larry Gritz <lg@larrygritz.com>
The OpenSSF Best Practices Badge suggests signing release tags. The process is simple, described here: simply create the release from a tag created with
-s
:$ git tag -s v1.2.3
The project maintainer who creates the release tags needs a GPG key. Instructions for creating a key are described here.
The text was updated successfully, but these errors were encountered: