File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ changelog:
350350 docker run --rm \
351351 -e CHANGELOG_GITHUB_TOKEN=$(shell cat ~/.arangodb/github-token) \
352352 -v " $( ROOTDIR) " :/usr/local/src/your-app \
353- ferrarimarco/github-changelog-generator \
353+ ferrarimarco/github-changelog-generator:1.14.3 \
354354 --user arangodb \
355355 --project kube-arangodb \
356356 --no-author
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ func main() {
7878 createSHA256Sums ()
7979 gitCommitAll (fmt .Sprintf ("Updated manifest to %s" , version )) // Commit manifest
8080 gitTag (version )
81- // make("changelog", nil)
82- // gitCommitAll(fmt.Sprintf("Updated changelog for %s", version)) // Commit CHANGELOG.md
81+ make ("changelog ", nil )
82+ gitCommitAll (fmt .Sprintf ("Updated changelog for %s" , version )) // Commit CHANGELOG.md
8383 githubCreateRelease (version )
8484 bumpVersion ("devel" )
8585}
You can’t perform that action at this time.
0 commit comments