Skip to content

Commit 99a03de

Browse files
committed
update gh release notes
1 parent a8dad47 commit 99a03de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm install
2020
- run: npm run test --if-present
21-
- run: npx conventional-github-releaser -p angular
21+
22+
- run: npx changelogithub
2223
env:
23-
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
24+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)