Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Kasak <dkasak@termina.org.uk>
  • Loading branch information
poljar and dkasak authored Oct 1, 2024
1 parent 86c5f14 commit 6e330ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Releasing and Publishing of vodozemac
# Releasing and publishing vodozemac

While the release process can be handled manually, cargo-release has been
configured to make it more convenient.
Expand Down Expand Up @@ -40,7 +40,7 @@ git switch main
# Pull in the now-merged release commit(s).
git pull
# Run cargo-release to tag the commit, push the tag, and publish vodozemac on crates.io.
cargo tag --execute
cargo release tag --execute
```

6. Publish the release to crates.io:
Expand All @@ -55,7 +55,7 @@ cargo release publish --execute
cargo release push --execute
```

8. Create a GitHub release and copy the updates from the changelog to the GitHub
release.
8. Create a GitHub release from the pushed tag and copy the updates from the
changelog to the GitHub release.

For more information on cargo-release: https://github.com/crate-ci/cargo-release

0 comments on commit 6e330ba

Please sign in to comment.