Skip to content

Commit

Permalink
update semantic-release to 22
Browse files Browse the repository at this point in the history
Due to an error in v7 of convetionalcommits semantic versioning stopped working. Upgrading to v22 fixes the issue: semantic-release/semantic-release#2929
  • Loading branch information
boenhoff committed Oct 9, 2023
1 parent 0edd5fa commit 0564905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions semrel/action.yml
Expand Up @@ -20,7 +20,7 @@ runs:
with:
node-version: 18.x
- name: Install semantic-release extra plugins
run: npm install -g conventional-changelog-conventionalcommits @semantic-release/git @semantic-release/changelog semantic-release@21
run: npm install -g conventional-changelog-conventionalcommits @semantic-release/git @semantic-release/changelog semantic-release@22
shell: bash
- name: Create .releaserc
run: |
Expand Down Expand Up @@ -59,4 +59,4 @@ runs:
run: semantic-release
shell: bash
env:
GH_TOKEN: ${{ inputs.gh_token }}
GH_TOKEN: ${{ inputs.gh_token }}

0 comments on commit 0564905

Please sign in to comment.