Skip to content

Commit

Permalink
Merge pull request #47 from luizpcarvalho/fix/update-release-count
Browse files Browse the repository at this point in the history
perf: test if perf bumps version
  • Loading branch information
luizpcarvalho authored Jul 14, 2022
2 parents b2db08b + 9bc732d commit b2d9b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-changelog-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github-token: ${{ secrets.github_token }}
release-count: "0"
skip-version-file: "true"
skip-commit: "false"
skip-commit: "false" # false para dar push das alterações no CHANGELOG.md (branch não pode ser protegida)

- name: Create Release
uses: actions/create-release@v1
Expand Down

0 comments on commit b2d9b61

Please sign in to comment.