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 a8dad47 commit 99a03deCopy full SHA for 99a03de
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
registry-url: https://registry.npmjs.org/
19
- run: npm install
20
- run: npm run test --if-present
21
- - run: npx conventional-github-releaser -p angular
+
22
+ - run: npx changelogithub
23
env:
- CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
24
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments