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

Commit f721c4a

Browse files
committed
Release script doesn't attempt pushing scoop package file anymore
1 parent 7a0b89a commit f721c4a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

release.sh

+1-8
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,11 @@ export EXE_32_HASH
7777

7878
envsubst < cordless.json_template > cordless.json
7979

80-
#
81-
# Commit and push the new scoop manifest.
82-
#
83-
84-
git commit cordless.json -m "Bump scoop package to version $RELEASE_DATE"
85-
git push
86-
8780
#
8881
# Create a new tag and push it.
8982
#
9083

91-
git tag -s "$RELEASE_DATE" -m "Update scoop package to version ${RELEASE_DATE}"
84+
git tag -s "$RELEASE_DATE"
9285
git push --tags
9386

9487
#

0 commit comments

Comments
 (0)