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 2ae5fef commit f171420Copy full SHA for f171420
‎.github/workflows/changelog.yml‎
@@ -14,7 +14,7 @@ jobs:
14
- name: Create changelog
15
run: |
16
echo 'CHANGELOG_TEXT<<EOF' >> $GITHUB_ENV
17
- npx conventional-changelog-cli -h -p angular -r 0) >> $GITHUB_ENV
+ npx conventional-changelog-cli -h -p angular -r 0 >> $GITHUB_ENV
18
echo 'EOF' >> $GITHUB_ENV
19
20
- uses: actions/github-script@v6
0 commit comments