mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
Disarm automatic changelog generation for now.
This commit is contained in:
parent
ed5743d4a6
commit
c3baef2bc6
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ func main() {
|
||||||
createSHA256Sums()
|
createSHA256Sums()
|
||||||
gitCommitAll(fmt.Sprintf("Updated manifest to %s", version)) // Commit manifest
|
gitCommitAll(fmt.Sprintf("Updated manifest to %s", version)) // Commit manifest
|
||||||
gitTag(version)
|
gitTag(version)
|
||||||
make("changelog", nil)
|
//make("changelog", nil)
|
||||||
gitCommitAll(fmt.Sprintf("Updated changelog for %s", version)) // Commit CHANGELOG.md
|
//gitCommitAll(fmt.Sprintf("Updated changelog for %s", version)) // Commit CHANGELOG.md
|
||||||
githubCreateRelease(version)
|
githubCreateRelease(version)
|
||||||
bumpVersion("devel")
|
bumpVersion("devel")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue