Skip to content

Commit

Permalink
Merge pull request #117 from WillAbides/tools
Browse files Browse the repository at this point in the history
require labels for release
  • Loading branch information
WillAbides authored Mar 12, 2023
2 parents c7998fc + a39fe6a commit 836c94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ make -s bin/goreleaser bin/semver-next
GITHUB_SHA="${GITHUB_SHA:-"$(git rev-parse HEAD)"}"
GITHUB_REPOSITORY="${GITHUB_REPOSITORY:-"WillAbides/bindown"}"

bin/semver-next "$GITHUB_REPOSITORY" -r "$GITHUB_SHA" --create-tag
bin/semver-next "$GITHUB_REPOSITORY" -r "$GITHUB_SHA" --create-tag --require-labels

git fetch --tags

Expand Down

0 comments on commit 836c94c

Please sign in to comment.