Skip to content

Commit

Permalink
Describe the release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed May 3, 2023
1 parent d2fa78c commit 0770be7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,13 @@ Example:
run: |
curl --fail -H 'Authorization: token ${{ steps.go-github-apps.outputs.app_github_token }}' https://api.github.com/
```
## Release
- Just tag a new release as usual
- To update the default version in the action, you need to update `v0` tag.
- Create a branch that update "version" in the Github Actions (not the default version)
- Create a PR to confirm that the new release works
- Update the branch to update *the default version* in the `action.yml`
- Merge the PR
- Tag `v0`

0 comments on commit 0770be7

Please sign in to comment.