We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358793e commit 28b692cCopy full SHA for 28b692c
scripts/release/release.sh
@@ -17,7 +17,7 @@ milestone=$3
17
branch=$(git status -bs | awk '{ print $2 }' | awk -F'.' '{ print $1 }' | head -n 1)
18
19
# update changelog per Github milestone
20
-mvn com.github.heuermh.maven.plugin.changes:github-changes-maven-plugin:1.0:github-changes -DmilestoneId=${milestone}
+mvn com.github.heuermh.maven.plugin.changes:github-changes-maven-plugin:1.2:github-changes -DmilestoneId=${milestone}
21
git commit -a -m "Modifying changelog."
22
23
commit=$(git log --pretty=format:"%H" | head -n 1)
0 commit comments