1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Disarm automatic changelog generation for now.

This commit is contained in:
Max Neunhoeffer 2018-11-02 15:23:19 +01:00
parent ed5743d4a6
commit c3baef2bc6
No known key found for this signature in database
GPG key ID: 89A912AD5E343E1E

View file

@ -78,8 +78,8 @@ func main() {
createSHA256Sums()
gitCommitAll(fmt.Sprintf("Updated manifest to %s", version)) // Commit manifest
gitTag(version)
make("changelog", nil)
gitCommitAll(fmt.Sprintf("Updated changelog for %s", version)) // Commit CHANGELOG.md
//make("changelog", nil)
//gitCommitAll(fmt.Sprintf("Updated changelog for %s", version)) // Commit CHANGELOG.md
githubCreateRelease(version)
bumpVersion("devel")
}