Skip to content

Commit 996e838

Browse files
committed
Automate release notes
1 parent ebb3318 commit 996e838

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Create Release
2+
3+
on:
4+
push:
5+
tags:
6+
- "ical4j-vcard-*"
7+
- "!ical4j-vcard-*-pre"
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
# - name: Generate changelog
16+
# run: make changelog
17+
- name: Release
18+
uses: softprops/action-gh-release@v2
19+
with:
20+
generate_release_notes: true
21+
# body_path: CHANGELOG.md

0 commit comments

Comments
 (0)