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:
parent
ed5743d4a6
commit
c3baef2bc6
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue