Skip to content

Commit bdfe25c

Browse files
authored
fix release (#1213)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent c98423b commit bdfe25c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Create a Release
22

3-
1. Go to https://github.com/prometheus/client_java/releases
3+
1. Go to https://github.com/prometheus/client_java/releases/new
44
2. Click on "Choose a tag", enter the tag name (e.g. `v0.1.0`), and click "Create a new tag".
55
3. Click on "Generate release notes" to auto-generate the release notes based on the commits since the last release.
66
4. Click on "Publish release".

scripts/build-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ TAG=$1
66
VERSION=${TAG#v}
77

88
mvn versions:set -DnewVersion=$VERSION
9+
mvn install -DskipTests=true # to find the new version in the next step
910
cd integration-tests/it-spring-boot-smoke-test
1011
mvn versions:set -DnewVersion=$VERSION
1112
mvn -B package -P release -Dmaven.test.skip=true

0 commit comments

Comments
 (0)