Skip to content

Commit

Permalink
Merge pull request #433 from metrico/fix/release_ci_versioning
Browse files Browse the repository at this point in the history
fix: PR release versioning
  • Loading branch information
jacovinus authored Jun 21, 2024
2 parents 9ab57d3 + 72bc624 commit 7f47a77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
prefix: "chore"
open-pull-requests-limit: 10
labels:
- "dependencies"

6 changes: 6 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
tag-prefix: "v"
skip-tag: true
minor-wording: 'feat,add,Adds,new'
major-wording: 'MAJOR,cut-major'
patch-wording: 'patch,fixes,fix,dependabot,deps-dev,deps,Bumps,chore'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -47,6 +50,9 @@ jobs:
with:
tag-prefix: "v"
skip-tag: true
minor-wording: 'feat'
major-wording: 'MAJOR,cut-major,release'
patch-wording: 'patch,fixes,fix,dependabot,deps-dev,deps,Bumps,bump,chore'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7f47a77

Please sign in to comment.