Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigellute committed Jan 26, 2020
1 parent 545da2b commit 6185cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how_to_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The release is triggered by pushing a tag.

1. Bump the version in `Cargo.toml` and run the app to update the `lock` file
1. Update the "Unreleased" header for the new version in the `CHANGELOG`. Use `### Added/Fixed/Changed` headers as appropriate
1. Commit the changes.
1. Commit the changes and push them.
1. Create a new tag e.g. `git tag -a v0.7.0`
1. Push the tag `git push --tags`
1. Wait for the build to finish on the [Actions page](https://github.com/Rigellute/spotify-tui/actions)
Expand Down

0 comments on commit 6185cf9

Please sign in to comment.