We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9d676 commit fb16feeCopy full SHA for fb16fee
RELEASE_CHECKLIST.md
@@ -26,7 +26,7 @@ This procedure is just a suggestion at this point and can be modified if needs a
26
- [ ] Add Changelog summary of changes
27
- [ ] Run format, clippy, tests and doc-generation: `cargo fmt --check && cargo clippy && cargo test && cargo doc`
28
- [ ] add git tag with version: `git tag v<MAJOR>.<MINOR>.<PATCH>`
29
-- [ ] push to remote, also push tags: `git push -u origin release/<MAJOR>.<MINOR>.<PATCH> && git push tags`
+- [ ] push to remote, also push tags: `git push -u origin release/<MAJOR>.<MINOR>.<PATCH> && git push --tags`
30
- [ ] Merge into main
31
- [ ] update main branch locally: `git checkout main && git pull`
32
- [ ] release to cargo: `cargo publish`
0 commit comments