Skip to content

Commit

Permalink
chore: clarifies that Cargo.lock should not be checked in for libra…
Browse files Browse the repository at this point in the history
…ry crates
  • Loading branch information
claymcleod committed Dec 17, 2023
1 parent f19ce7e commit 4839371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For every component crate that has changes:
* [ ] Run linting: `cargo clippy --all-features`.
* [ ] Run fmt: `cargo fmt --check`.
* [ ] Run doc: `cargo doc`.
* [ ] Stage changes: `git add Cargo.lock Cargo.toml CHANGELOG.md`.
* [ ] Stage changes: `git add Cargo.toml CHANGELOG.md`.
* [ ] Create git commit:
```
git commit -m "release: bumps `wdl-grammar` version to v0.1.0"
Expand Down

0 comments on commit 4839371

Please sign in to comment.