fix: Update preset rule on semantic-release to use conventional commits (#1736)

This commit is contained in:
Bryant Biggs
2022-01-05 14:56:42 -05:00
committed by GitHub
parent ee9f0c646a
commit be86c0b898
3 changed files with 17 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ on:
- '**/*.tpl'
- '**/*.py'
- '**/*.tf'
- '.github/workflows/release.yml'
jobs:
release:
@@ -29,5 +30,6 @@ jobs:
extra_plugins: |
@semantic-release/changelog@6.0.0
@semantic-release/git@10.0.0
conventional-changelog-conventionalcommits@4.6.3
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}