Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Oct 12, 2020
1 parent cbe9e87 commit c39aecf
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 205 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git": {
"changelog": "git log --pretty=format:\"* %s (%h)\" ${latestTag}...HEAD",
"changelog": "auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"requireCleanWorkingDir": false,
"requireUpstream": true,
"addUntrackedFiles": true,
Expand All @@ -19,7 +19,7 @@
"release": true
},
"hooks": {
"after:bump": "mvn --settings pom.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${version} 1>/dev/null 2>/dev/null"
"after:bump": "mvn --settings pom.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${version} 1>/dev/null 2>/dev/null && auto-changelog -v ${version}"
}
}

Loading

0 comments on commit c39aecf

Please sign in to comment.