Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
release tag after pushing master
Browse files Browse the repository at this point in the history
  • Loading branch information
codekitchen committed Jan 26, 2018
1 parent f0cac20 commit fc84a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ sed -i '' $'s/## Unreleased/## Unreleased\
git commit -am "v$VERSION"
git tag "v$VERSION"
REF=$(git show-ref -s "v$VERSION")
git push origin "v$VERSION"
git push origin master:master
git push origin "v$VERSION"

pushd ../homebrew-dinghy
sed -i '' 's| url ".*| url "https://github.com/codekitchen/dinghy.git", :tag => "v'$VERSION'", :revision => "'$REF'"|' Formula/dinghy.rb
Expand Down

0 comments on commit fc84a0e

Please sign in to comment.