Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Release script doesn't attempt pushing scoop package file anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bios-Marcel committed Oct 24, 2020
1 parent 7a0b89a commit f721c4a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,11 @@ export EXE_32_HASH

envsubst < cordless.json_template > cordless.json

#
# Commit and push the new scoop manifest.
#

git commit cordless.json -m "Bump scoop package to version $RELEASE_DATE"
git push

#
# Create a new tag and push it.
#

git tag -s "$RELEASE_DATE" -m "Update scoop package to version ${RELEASE_DATE}"
git tag -s "$RELEASE_DATE"
git push --tags

#
Expand Down

0 comments on commit f721c4a

Please sign in to comment.