Don't write a \n at the end of the release version (#15659)
We also didn't need to shell out to the `echo` command for this. I don't know why I did that.
This commit is contained in:
parent
6d79fc94a9
commit
251e870766
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ begin
|
|||
puts "Merged #{source} into #{channel}"
|
||||
|
||||
begin
|
||||
run "echo '#{tag}' > .release-version"
|
||||
File.write ".release-version", tag
|
||||
run "git add .release-version"
|
||||
run "git commit --message 'Version #{tag}'"
|
||||
run "git tag #{tag}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue