Skip to content

Commit

Permalink
Update: Link to specific Annotations release tag in commit (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Jan 3, 2018
1 parent 697b03c commit 907599b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/upgrade_annotations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ get_changelog() {

push_to_github() {
# Add new files
git add . && git commit -m "Update: box-annotations to v$UPDATED_VERSION" -m "https://github.com/box/box-annotations/releases" -m "$CHANGELOG"
git add . && git commit -m "Update: box-annotations to v$UPDATED_VERSION" -m "https://github.com/box/box-annotations/releases/tag/v$LATEST_VERSION" -m "$CHANGELOG"

# Push commit to GitHub
if git push origin -f --no-verify; then
Expand Down

0 comments on commit 907599b

Please sign in to comment.