Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
ci: release helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpitz committed Oct 20, 2021
1 parent 96bf616 commit af342e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest

needs:
- container
- distribute

steps:
- name: Checkout
Expand Down
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,13 @@ dist: .dist
./scripts/dist-web.sh
make legal
./scripts/dist-go.sh

# useful shortcuts for release

tag/release:
npm version "$(shell date +%y.%m.0)"
git push --follow-tags

tag/patch:
npm version patch
git push --follow-tags

0 comments on commit af342e9

Please sign in to comment.