Skip to content

Commit fb16fee

Browse files
committed
Fix typo in release docs
1 parent fc9d676 commit fb16fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE_CHECKLIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This procedure is just a suggestion at this point and can be modified if needs a
2626
- [ ] Add Changelog summary of changes
2727
- [ ] Run format, clippy, tests and doc-generation: `cargo fmt --check && cargo clippy && cargo test && cargo doc`
2828
- [ ] 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`
29+
- [ ] push to remote, also push tags: `git push -u origin release/<MAJOR>.<MINOR>.<PATCH> && git push --tags`
3030
- [ ] Merge into main
3131
- [ ] update main branch locally: `git checkout main && git pull`
3232
- [ ] release to cargo: `cargo publish`

0 commit comments

Comments
 (0)