-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from nyonson/versoin-zero-five
- Loading branch information
Showing
4 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Publish New Crate Versions | ||
|
||
1. Update the version in each crate's Cargo.toml and ensure the Cargo.lock is updated as well. | ||
2. Add an entry to each crate's CHANGELOG.md. | ||
3. Commit Cargo and Changelog updates to the main branch. | ||
4. Tag that commit for every crate e.g. `protocol-v0.5.0`. The justfile contains a recipe for this. Must have write permissions on the upstream repository. | ||
5. Checkout the relevant tags and publish the crates. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters