Skip to content

Commit 90ff792

Browse files
committed
Release v1.0.0-rc1
1 parent 3a38021 commit 90ff792

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ More info visit: https://github.com/dineshgowda24/alfred-gcp-workflow</string>
262262
<key>variablesdontexport</key>
263263
<array/>
264264
<key>version</key>
265-
<string>v0.0.1</string>
265+
<string>v1.0.0-rc1</string>
266266
<key>webaddress</key>
267267
<string>https://github.com/dineshgowda24/alfred-gcp-workflow</string>
268268
</dict>

tools/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ commit_version_update() {
4242
if [[ "$SHOULD_COMMIT" == "y" || "$SHOULD_COMMIT" == "Y" ]]; then
4343
bold "Committing and pushing changes..."
4444
git add info.plist
45-
git commit -m "Release ${VERSION}" && git push origin master &
45+
git commit -m "Release ${VERSION}" && git push origin main &
4646
spinner $!
47-
green "✔️ Committed and pushed to master."
47+
green "✔️ Committed and pushed to main."
4848
else
4949
yellow "⚡ Skipped commit and push."
5050
fi

0 commit comments

Comments
 (0)