docs: Update README
parent
56c2aaffd3
commit
437f835378
|
@ -14,12 +14,11 @@ This action will bump version, tag commit and generate a changelog with conventi
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Conventional Changelog Action
|
- name: Conventional Changelog Action
|
||||||
uses: TriPSs/conventional-changelog-action@v0.0.1
|
uses: TriPSs/conventional-changelog-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
git-message: 'chore(release): {version}'
|
git-message: 'chore(release): {version}'
|
||||||
preset: 'angular'
|
preset: 'angular'
|
||||||
tag-prefix: 'v'
|
tag-prefix: 'v'
|
||||||
output-file: 'CHANGELOG.md'
|
output-file: 'CHANGELOG.md'
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue