Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Mar 15, 2020
1 parent c39f62a commit 74ff402
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,5 @@ echo "Release ready in $OUTDIR"
echo "Add the release to GitHub at https://github.com/PJK/libcbor/releases/new *now*"
prompt "Have you added the release to https://github.com/PJK/libcbor/releases/tag/$TAG_NAME?"

set -x

pushd docs
erb index.html.erb > index.html
git add index.html
git commit -m "[Release] Update website to $TAG_NAME"
git push

set +x

echo "Update the Hombrew formula (https://github.com/Homebrew/homebrew-core/blob/master/Formula/libcbor.rb) *now*"
prompt "Have you updated the formula?"

0 comments on commit 74ff402

Please sign in to comment.