Skip to content

Commit 4b1a708

Browse files
Gooolertcurdt
authored andcommitted
Update changelog formats
1 parent 9dca66c commit 4b1a708

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.github/workflows/release-ossrh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Extract release notes
4747
uses: ffurrer2/extract-release-notes@v2
4848
with:
49-
changelog_file: HISTORY.md
49+
changelog_file: CHANGELOG.md
5050
release_notes_file: RELEASE_NOTES.md
5151

5252
- name: Create GitHub release

HISTORY.md renamed to CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
1-
## Version 2.13.0, dev
1+
## [Unreleased] - 2025-xx-xx
2+
[Unreleased]: https://github.com/tcurdt/jdependency/compare/jdependency-2.12..HEAD
23

34
- Upgraded to ASM 9.8
45

5-
## Version 2.12.0, release 02.02.2025
6+
7+
## [2.12.0] - 2025-02-02
8+
[2.12.0]: https://github.com/tcurdt/jdependency/releases/tag/jdependency-2.12
69

710
- Upgraded to ASM 9.7.1 (JDK 24 support)
811

9-
## Version 2.11.0, release 18.11.2024
12+
13+
## [2.11.0] - 2024-11-18
14+
[2.11.0]: https://github.com/tcurdt/jdependency/releases/tag/jdependency-2.11
1015

1116
- Upgraded to ASM 9.7 (JDK 23 support)
12-
- Changed minimum Java version to 11
17+
- Changed minimum Java to 11
1318

14-
## Version 2.10.0, release 25.01.2024
19+
20+
## [2.10.0] - 2024-01-25
21+
[2.10.0]: https://github.com/tcurdt/jdependency/releases/tag/jdependency-2.10
1522

1623
- Upgraded to ASM 9.6
1724
- Upgraded other internal dependencies
1825
- Added support for multi release jars (Thanks to Niels Basjes)
1926
- Changed minimum Maven version to 3.6.3
2027

28+
2129
## Version 2.9.0, release 11.08.2023
2230

2331
- Upgraded to ASM 9.4 (JDK 20 support)

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- mvn verify
22
- mvn versions:display-dependency-updates
33
- mvn versions:display-plugin-updates
4-
- update HISTORY.md
4+
- update CHANGELOG.md
55
- change version in pom.xml
66
- push and wait for build
77
- create tag jdependency-VERSION

0 commit comments

Comments
 (0)