Lines Matching +full:create +full:- +full:release
1 # How to release
5 * `parallel -j0 exec ::: test/*_test` can help ensure everything at least
7 * Prepare release notes
8 * `git log $(git describe --abbrev=0 --tags)..HEAD` gives you the list of
11 * Create one last commit that updates the version saved in `CMakeLists.txt`, `MODULE.bazel`
13 release version you're creating. (This version will be used if benchmark is installed
29 __version__ = "1.8.0" # <-- change this to the release version you are creating
34 * Create a release through github's interface
35 * Note this will create a lightweight tag.
37 * `git pull --tags`
38 * `git tag -a -f <tag> <tag>`
39 * `git push --force --tags origin`