@@ -18,3 +18,5 @@ jobs:
id: covector
with:
command: 'status'
+ token: ${{ secrets.GITHUB_TOKEN }}
+ comment: true
@@ -201,6 +201,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
command: 'version-or-publish'
createRelease: true
+ recognizeContributors: true
- name: Create Pull Request With Versions Bumped
if: steps.covector.outputs.commandRan == 'version'
@@ -93,6 +93,7 @@ jobs: