Skip to content

Commit 28b692c

Browse files
committed
Update github-changes-maven-plugin version to 1.2.
1 parent 358793e commit 28b692c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ milestone=$3
1717
branch=$(git status -bs | awk '{ print $2 }' | awk -F'.' '{ print $1 }' | head -n 1)
1818

1919
# update changelog per Github milestone
20-
mvn com.github.heuermh.maven.plugin.changes:github-changes-maven-plugin:1.0:github-changes -DmilestoneId=${milestone}
20+
mvn com.github.heuermh.maven.plugin.changes:github-changes-maven-plugin:1.2:github-changes -DmilestoneId=${milestone}
2121
git commit -a -m "Modifying changelog."
2222

2323
commit=$(git log --pretty=format:"%H" | head -n 1)

0 commit comments

Comments
 (0)