diff options
author | bryan newbold <bnewbold@robocracy.org> | 2023-03-05 13:57:00 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2023-03-05 13:57:00 -0800 |
commit | ba33465034537251ca7c9881a537f321564bba53 (patch) | |
tree | 908627368f8ce4dbb237930134a647edda935626 | |
parent | 8228a8e52653e80848728458acb258556112716b (diff) | |
download | adenosine-ba33465034537251ca7c9881a537f321564bba53.tar.gz adenosine-ba33465034537251ca7c9881a537f321564bba53.zip |
tweak release notes
-rw-r--r-- | extra/HOWTO_release.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/HOWTO_release.md b/extra/HOWTO_release.md index 0b47142..1631484 100644 --- a/extra/HOWTO_release.md +++ b/extra/HOWTO_release.md @@ -12,9 +12,9 @@ final prep: push/tag/etc: - when project is ready to share on crates.io, do: push to crates.io: `cargo publish -p adenosine-cli`, `cargo publish -p adenosine-pds`, `cargo publish -p adenosine` - => add `--allow-dirty` if you have local "untracked" git files (and are confident!) + => add `--allow-dirty` if you have local "untracked" git files (and are confident!), and even `--no-verify` (if very confident!) => usually want to do this before git tag in case validation details come up -- create a git tag: `git tag vX.Y.Z -a -s -u bnewbold@archive.org -m "release X.Y.Z"` +- create a git tag: `git tag vX.Y.Z -a -s -u bnewbold@robocracy.org -m "release X.Y.Z"` - push git and tag: `git push`, `git push --tags` - `cp ./target/release/adenosine adenosine_X.Y.Z_amd64_linux` - `cp ./target/release/adenosine-pds adenosine-pds_X.Y.Z_amd64_linux` |