Skip to content

Commit

Permalink
fix: update version in validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altcoder committed May 3, 2024
1 parent 69bb86f commit e3af4f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: ${{ matrix.tools }}
uses: ac-analytics/[email protected].1
uses: ac-analytics/[email protected].3
with:
${{ matrix.tools }}: true
args: ${{ matrix.args }}
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,14 @@ jobs:

## Development

### Workflow

1. Create branch
2. Apply code changes
3. Pull request
2. Apply code changes on branch
3. Edit validation.yml and update the version to next version
4. Pull request (all github checks should pass)
5. Add label "bump:patch", "bump:minor" or "bump:major" to update release
6. Rebase and merge

### Release

Expand Down

0 comments on commit e3af4f9

Please sign in to comment.