Skip to content

Commit

Permalink
Update github-changes-maven-plugin version to 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Oct 13, 2021
1 parent 82b7d34 commit d60692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ milestone=$3
branch=$(git status -bs | awk '{ print $2 }' | awk -F'.' '{ print $1 }' | head -n 1)

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

# update R version
Expand Down

0 comments on commit d60692f

Please sign in to comment.