fix dev/release script

This commit is contained in:
Jorge Morante 2024-05-02 16:51:50 +02:00
parent 3c7c6a8673
commit 2996ef2644
1 changed files with 2 additions and 2 deletions

View File

@ -58,9 +58,9 @@ File.write("CHANGELOG.md", content_to_prepend + original_content)
Process.run(ENV["EDITOR"], args: ["CHANGELOG.md"], input: :inherit, output: :inherit, error: :inherit)
`git add CHANGELOG.md`
`git commit -am 'updated CHANGELOG.md`
`git commit -am 'updated CHANGELOG.md'`
print "Confirm release? Y/n"
print "Confirm release? [Y/n]\n >"
answer = gets
if answer == "n"