-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Doug Davis <[email protected]>
- Loading branch information
Doug Davis
committed
Sep 28, 2023
1 parent
4f265cd
commit 81b1a27
Showing
3 changed files
with
25 additions
and
4 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,8 @@ | ||
# Maintainers | ||
|
||
Current active maintainers of this SDK: | ||
|
||
- [Jim Crossley](https://github.com/jcrossley3) | ||
- [Linus Basig](https://github.com/linuxbasic) | ||
- [Francesco Guardiani](https://github.com/slinkydeveloper) | ||
- [Fabrizio Lazzaretti](https://github.com/Lazzaretti) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# How to create a Release | ||
|
||
To create a new release, do the following: | ||
- Bump the version in the README, lib.rs and cargo.toml | ||
- Try to run `cargo test --all-features`, `cargo doc --all-features --lib` and | ||
`cargo publish --dry-run` | ||
- If none of the above commands fail, PR the changes and merge it | ||
- Checkout `main` on your local machine and run `cargo publish` | ||
- Once that is done, create the release in the Github UI (make sure it | ||
creates the git tag as well) and that's it! |