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.
2 parents 6edb57a + 24c384a commit a314913Copy full SHA for a314913
.github/workflows/manualRelease.yml
@@ -15,8 +15,8 @@ jobs:
15
uses: TriPSs/conventional-changelog-action@d360fad3a42feca6462f72c97c165d60a02d4bf2
16
# overriding some of the basic behaviors to just get the changelog
17
with:
18
- git-user-name: SF-CLI-BOT
19
- git-user-email: alm-cli@salesforce.com
+ git-user-name: svc-cli-bot
+ git-user-email: svc_cli_bot@salesforce.com
20
github-token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
21
output-file: false
22
# always do the release, even if there are no semantic commits
0 commit comments