Skip to content

Commit 4302cda

Browse files
committed
Write changelog file for PECL package
1 parent d800bba commit 4302cda

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/package-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
with:
2323
version: "8.3"
2424

25-
# TODO: create changelog from tag description
26-
- name: "Add dummy changelog"
27-
run: "echo 'Development Build' > changelog"
25+
- name: "Write changelog file for packaging"
26+
run: git tag -l ${{ github.ref_name }} --format='%(contents)' > changelog
2827

2928
- name: "Build package.xml"
3029
run: "make package.xml"

0 commit comments

Comments
 (0)