Skip to content

Commit 09abe80

Browse files
committed
ci: with release notes
1 parent 67d05fc commit 09abe80

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,11 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Checkout code
9+
- name: Checkout
1010
uses: actions/checkout@v4
11-
12-
- name: Set up Node.js
13-
uses: actions/setup-node@v4
14-
with:
15-
node-version: 20
16-
17-
- name: Install dependencies
18-
run: npm install
19-
20-
- name: Generate release notes
21-
run: npx conventional-changelog-cli -p angular -r 1 -o RELEASE_BODY.md
22-
2311
- name: Release
2412
uses: softprops/action-gh-release@v2
2513
if: github.ref_type == 'tag'
2614
with:
27-
body_path: RELEASE_BODY.md
2815
token: ${{ secrets.PERSONAL_TOKEN }}
16+
generate_release_notes: true

0 commit comments

Comments
 (0)