We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8e796 commit 8e97e70Copy full SHA for 8e97e70
README.md
@@ -53,10 +53,13 @@ jobs:
53
with:
54
fetch-depth: 0
55
token: "${{ secrets.GITHUB_TOKEN }}"
56
- - name: Create bump and changelog
+ - id: cz
57
+ name: Create bump and changelog
58
uses: commitizen-tools/commitizen-action@master
59
60
github_token: ${{ secrets.GITHUB_TOKEN }}
61
+ - name: Print Version
62
+ run: echo "Bumped to version ${{ steps.cz.outputs.version }}"
63
```
64
65
## Variables
0 commit comments