Skip to content

Commit aac58cc

Browse files
authored
Merge pull request #471 from siom79/branch-0.25.0
Branch 0.25.0
2 parents a4e98af + fb4d111 commit aac58cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/gh-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
run: mvn -B package
2323

2424
- name: Artefakte sammeln
25-
run: mkdir build && cp target/*.jar build/
25+
run: mkdir japicmp/build && cp japicmp/target/japicmp*.jar japicmp/build/
2626

2727
- name: Release erstellen
2828
uses: softprops/action-gh-release@v2
2929
with:
30-
files: build/*.jar
30+
files: japicmp/build/*.jar
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Use the maven site plugin (`mvn site`) to generate the following reports:
144144
## Release
145145

146146
This is the release procedure:
147+
* Create a branch named release-v0.XX.X
147148
* Update ReleaseNotes.md.
148149
* If necessary: Set the release version in maven:
149150
```bash
@@ -160,6 +161,7 @@ python3 release.py --release-version <release-version> --old-version <old-versio
160161
* Download released artifact from staging repository.
161162
* Close and release staging repository if sanity checks are successful.
162163
* Update maven site report with [Action](https://github.com/siom79/japicmp/actions/workflows/mvn-site.yml)
164+
* Run Github Release [Action](https://github.com/siom79/japicmp/actions/workflows/gh-release.yml)
163165

164166
If the release fails, the version must be reverted and the tag created during the release has to be deleted:
165167
```bash

0 commit comments

Comments
 (0)