docs: Update README

releases/v3
Tycho Bokdam 2019-10-18 12:35:00 +02:00
parent 56c2aaffd3
commit 437f835378
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 1 additions and 2 deletions

View File

@ -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'
``` ```