Skip to content

Commit

Permalink
ci: Test new semantic-release with conventional-changelog-conventiona…
Browse files Browse the repository at this point in the history
…lcommits@8
  • Loading branch information
kumy committed May 25, 2024
1 parent c546399 commit 1a27a07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/actions/semantic-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ runs:
- name: Install dependencies
shell: bash
run: |
npm i -D [email protected] conventional-changelog-conventionalcommits@7 semantic-release @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/exec @semantic-release/changelog @semantic-release/github
npm i -D \
[email protected] \
conventional-changelog-conventionalcommits@8 \
[email protected] \
@semantic-release/commit-analyzer \
@semantic-release/release-notes-generator \
@semantic-release/exec \
@semantic-release/changelog \
@semantic-release/github
- name: New tag
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
build-release:
runs-on: ubuntu-latest
steps:
- uses: geokrety/geokrety-gha-workflows/.github/actions/semantic-release@main
- uses: geokrety/geokrety-gha-workflows/.github/actions/semantic-release@convcom
with:
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 1a27a07

Please sign in to comment.