Skip to content

Commit

Permalink
fix(release-helper): update push instructions with binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Nov 24, 2023
1 parent bf04d6f commit 22c2043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-helper/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fn generate(major: bool, minor: bool, patch: bool) {

write_version_files(&new_version);

println!("Done! Modify the changelog items as necessary, add with `git add .`, and run `push`.")
println!("Done! Modify the changelog items as necessary, add with `git add .`, and run `shipper-release push`.")
}

fn update_changelog(git_log_raw: &str, last_version: &str, new_version: &str) {
Expand Down

0 comments on commit 22c2043

Please sign in to comment.