Skip to content

Commit

Permalink
Updated release notes generator in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
p013570 committed Nov 8, 2017
1 parent 1696389 commit 0966f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [ "$RELEASE" == 'true' ] && [ "$TRAVIS_BRANCH" == 'master' ] && [ "$TRAVIS_PU
JSON_DATA="{
\"tag_name\": \"$artifactId-$RELEASE_VERSION\",
\"name\": \"$repoName $RELEASE_VERSION\",
\"body\": \"[$RELEASE_VERSION issues resolved](https://github.com/gchq/$repoId/issues?q=milestone%3Av$RELEASE_VERSION)\n\n[$RELEASE_VERSION issues with migration steps](https://github.com/gchq/$repoId/issues?q=milestone%3Av$RELEASE_VERSION+label%3Amigration-required)\",
\"body\": \"[$RELEASE_VERSION enhancements](https://github.com/gchq/$repoId/issues?q=milestone%3Av$RELEASE_VERSION+label%3Aenhancement)\n\n[$RELEASE_VERSION bugs fixed](https://github.com/gchq/$repoId/issues?q=milestone%3Av$RELEASE_VERSION+label%3Abug)\n\n[$RELEASE_VERSION migration notes](https://github.com/gchq/$repoId/issues?q=milestone%3Av$RELEASE_VERSION+label%3Amigration-required)\n\n[$RELEASE_VERSION all issues resolved](https://github.com/gchq/$repoId/issues?q=milestone%3Av$RELEASE_VERSION)\",
\"draft\": false
}"
echo $JSON_DATA
Expand Down

0 comments on commit 0966f60

Please sign in to comment.