Skip to content

Commit

Permalink
doc: publish checklist correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan751 committed Aug 31, 2020
1 parent 7d082c6 commit 05e37c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust-lib/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cargo doc --no-deps --open

### Publishing checklist

[] Update crate version and commit.
[] Add git tag with `git tag -a v{TAG} -m "{MSG}"`.
[] Push tag `git push --follow-tags`.
- [ ] Update crate version and commit.
- [ ] Add git tag with `git tag -a v{TAG} -m "{MSG}"`.
- [ ] Push tag `git push --follow-tags`.

0 comments on commit 05e37c2

Please sign in to comment.