Stop generating changelog after release
It doesn't pick up on changes anyway, because GitHub's API takes time to return new data.
This commit is contained in:
parent
f750fff64f
commit
6096341d18
1 changed files with 0 additions and 4 deletions
|
|
@ -11,9 +11,5 @@ continue = system "git tag v#{version}" if continue
|
|||
continue = system "git push" if continue
|
||||
continue = system "git push -f origin v#{version}" if continue
|
||||
continue = system "mix hex.publish" if continue
|
||||
continue = system "github_changelog_generator" if continue
|
||||
continue = system "git add ." if continue
|
||||
continue = system "git commit -am \"Update changelog for version #{version}\"" if continue
|
||||
continue = system "git push" if continue
|
||||
|
||||
puts "Version #{version} was successfully released!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue