Skip to content

Commit 5250165

Browse files
authored
Release v0.25.3 (#486)
* added increment-version.yml * added increment-version.yml * update ReleaseNotes.md * increment-version.yml with git config
1 parent 3a5266a commit 5250165

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/increment-version.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Python Increment Version Script
1+
name: Increment Version
22

33
on:
44
workflow_dispatch:
@@ -27,4 +27,6 @@ jobs:
2727

2828
- name: Run Python Script
2929
run: |
30+
git config user.name '${{ github.actor }}'
31+
git config user.email '${{ github.actor }}@users.noreply.github.com'
3032
python release.py --release-version "${{ inputs.release-version }}" --old-version "${{ inputs.old-version }}"

src/site/markdown/ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Versions
33

44
The following versions of japicmp are available:
55

6+
0.25.3 (2026-01-11)
7+
-------------------
8+
* Restored adding the project artifact to compiled artifacts. [#484](https://github.com/siom79/japicmp/issues/484)
9+
610
0.25.2 (2026-01-08)
711
-------------------
812
* Modified resolveDependencyToFile() to always use the reactor to resolve artifacts. [#480](https://github.com/siom79/japicmp/issues/480)

0 commit comments

Comments
 (0)