Skip to content

Commit

Permalink
fix(ci): next version calculation
Browse files Browse the repository at this point in the history
- by default ietf-tools/semver-action errors when none of the commits
  results in a version bump
- configure the action to bump patch instead

Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Nov 28, 2024
1 parent c3c3f22 commit ce6e90f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
with:
token: ${{ github.token }}
branch: ${{ github.ref }}
noVersionBumpBehavior: patch
- name: Filter
uses: dorny/paths-filter@v3
id: filter
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
token: ${{ github.token }}
branch: main
noVersionBumpBehavior: patch

# Bump version
- name: Update main.go
Expand Down

0 comments on commit ce6e90f

Please sign in to comment.