Skip to content

Commit c3baef2

Browse files
committed
Disarm automatic changelog generation for now.
1 parent ed5743d commit c3baef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/release/release.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)