Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Jan 9, 2021
1 parent 87471df commit dc77fd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Dir.chdir(BREEZY_DIR) do
system("npm run publish")
end

system("git tag #{version_str}")
system("git push origin #{version_str}")
system("git branch docs/#{version_str}")
system("git push origin docs/#{version_str}")
system("git tag v#{version_str}")
system("git push origin v#{version_str}")
system("git branch docs/v#{version_str}")
system("git push origin docs/v#{version_str}")

0 comments on commit dc77fd7

Please sign in to comment.