Skip to content

Commit

Permalink
working on better version automation
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbuick committed May 12, 2024
1 parent b8b60a3 commit a0541b9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/task-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,16 @@ jobs:
with:
fetch-depth: 0

- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

- name: log package before
run: cat ./package.json

- name: scan commits for versioning
id: version
uses: paulhatch/semantic-version@latest
uses: paulhatch/semantic-version@5.4.0
with:
bump_each_commit: true
minor_pattern: "feat: "
major_pattern: "release: "
bump_each_commit: true
bump_each_commit_patch_pattern: "(fix|add): "

- name: log package after
Expand Down

0 comments on commit a0541b9

Please sign in to comment.