Skip to content

Commit

Permalink
Update release script (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrung committed Nov 3, 2021
1 parent 18850ae commit 1c4ea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ File.write(changelog_file, File.read(changelog_file).gsub(/\[Unreleased\]/, "[#{
verbose("npm version #{version_string} --no-git-tag-version")

verbose('git add -A')
verbose("git commit -m 'Publish #{tag}'")
verbose("git commit -m 'Version bump for #{tag} release candidate'")

verbose('npm run build:release')
verbose('npm pack --dry-run')
Expand Down

0 comments on commit 1c4ea70

Please sign in to comment.