Skip to content

Commit

Permalink
Create release tag a little bit later
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Jul 16, 2024
1 parent eb3e23c commit dee8e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ if [ "$version" = "" ]; then
fi

# start release
git tag $version
git commit -a -m "Prepare for release $version"
npm config set tag-version-prefix ''
npm version $version -m "Release $version"
git tag $version
git push origin master $version

0 comments on commit dee8e19

Please sign in to comment.