Skip to content

Commit 6096341

Browse files
Stop generating changelog after release
It doesn't pick up on changes anyway, because GitHub's API takes time to return new data.
1 parent f750fff commit 6096341

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/release

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@ continue = system "git tag v#{version}" if continue
1111
continue = system "git push" if continue
1212
continue = system "git push -f origin v#{version}" if continue
1313
continue = system "mix hex.publish" if continue
14-
continue = system "github_changelog_generator" if continue
15-
continue = system "git add ." if continue
16-
continue = system "git commit -am \"Update changelog for version #{version}\"" if continue
17-
continue = system "git push" if continue
1814

1915
puts "Version #{version} was successfully released!"

0 commit comments

Comments
 (0)