File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Run Python Increment Version Script
1+ name : Increment Version
22
33on :
44 workflow_dispatch :
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 }}"
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Versions
33
44The 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+
6100.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 )
You can’t perform that action at this time.
0 commit comments