-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR prepares the repository for release. @tdejager Make sure you have `cargo-release` installed: ```shell cargo install cargo-release ``` Then simply run the following from the root of the repository: ```shell cargo release # verify that everything is as you expect it cargo release --execute # actually publish the release git push upstream v0.1.0 # push the tag to the upstream repository ```
- Loading branch information
1 parent
cc5099a
commit 803b7e3
Showing
3 changed files
with
4 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
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 |
---|---|---|
|
@@ -39,5 +39,4 @@ serde = "1.0.188" | |
serde_json = "1.0.107" | ||
|
||
[package.metadata.release] | ||
# Dont publish the binary | ||
release = false |
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