Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
make update-release-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed May 12, 2022
1 parent a5bc7f7 commit d27687b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ test-gha: FORMAT := markdown
test-gha: build-gha-image
docker run -it --rm -w /workspace -v $(shell pwd)/tests/repo:/workspace $(TAG) /checker --format=$(FORMAT)

PHONY += update-release-v1
update-release-v1:
git tag -d v1
git tag v1 main
git push --delete origin v1
git push --tags
gh release edit v1 --draft=false

.PHONY: $(PHONY)

0 comments on commit d27687b

Please sign in to comment.