Skip to content

Commit

Permalink
ci: update semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfreitag committed Nov 12, 2023
1 parent 3b5a3c2 commit e3431f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf-module-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 18.0.0
semantic_version: 22.0.0
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ci: false
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- "@semantic-release/github"

verifyConditions:
Expand Down Expand Up @@ -60,7 +61,7 @@ generateNotes:
prepare:
- path: "@semantic-release/git"
- path: "@semantic-release/changelog"
changelogFile: "docs/CHANGELOG.md"
changelogFile: "CHANGELOG.md"
publish:
- path: "@semantic-release/github"

Expand Down

0 comments on commit e3431f8

Please sign in to comment.