Editing ReleaseProcess
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 83: | Line 83: | ||
== Github release == | == Github release == | ||
=== Release === | === Release === | ||
Line 109: | Line 101: | ||
*** 3.8.3.1 and later include both v2.0.0 and latest-stable variants | *** 3.8.3.1 and later include both v2.0.0 and latest-stable variants | ||
** Fedora requested we continue to include Volk for 3.8 to keep packaging consistent | ** Fedora requested we continue to include Volk for 3.8 to keep packaging consistent | ||
=== Sign tag === | |||
Tagging is done against a git clone of <code>git@github.com:gnuradio/gnuradio.git</code>. Recommend keeping this in a separate directory, to avoid inadvertent pushes directly to the gnuradio repo. | |||
git checkout <branch_name> | |||
git tag -u info@gnuradio.org <tag_name> -m '<tag_name>' | |||
git tag -v <tag_name> | |||
git push origin <tag_name> | |||
This will use the latest signing key associated with info@gnuradio.org. | |||
== Software signing == | == Software signing == |