Skip to content

Commit

Permalink
Updates the release script to add a annotated tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
san7ket authored and pondrejk committed Sep 3, 2018
1 parent 2d8dfba commit 783586d
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 @@ -59,7 +59,7 @@ git commit -m "Release version ${NEW_VERSION}" \
-m "$(git shortlog ${OLD_VERSION}.. | sed 's/^./ &/')"

# Tag with the new version
git tag "${NEW_VERSION}"
git tag --annotate --message "Nailgun ${NEW_VERSION}" "${NEW_VERSION}"

fmt <<EOF
Expand Down

0 comments on commit 783586d

Please sign in to comment.