Skip to content

Commit

Permalink
chore: prepare release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Sep 20, 2023
1 parent fb90a26 commit 55ccbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd caddy/
go get "github.com/dunglas/frankenphp@v$1"
cd -

git commit -S -a -m "chore: prepare release $1"
git commit -S -a -m "chore: prepare release $1" || echo "skip"

git tag -s -m "Version $1" "v$1"
git tag -s -m "Version $1" "caddy/v$1"
Expand Down

0 comments on commit 55ccbb8

Please sign in to comment.