We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f750fff commit 6096341Copy full SHA for 6096341
bin/release
@@ -11,9 +11,5 @@ continue = system "git tag v#{version}" if continue
11
continue = system "git push" if continue
12
continue = system "git push -f origin v#{version}" if continue
13
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
18
19
puts "Version #{version} was successfully released!"
0 commit comments