Skip to content

Commit

Permalink
ci(release): fixes after 2.5.0-M3
Browse files Browse the repository at this point in the history
- Enable pre-release test
- git push before calling JReleaser, else the tag is not on the correct commit
  • Loading branch information
jponge committed Sep 21, 2023
1 parent 4e5d02d commit 59d25f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .build/justfile-for-release
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ release: pre-release
@echo "🚀 Release steps..."
@echo "Commit release version and push upstream"
git commit -am "chore(release): release Mutiny ${RELEASE_VERSION}"
git push
@echo "Call JReleaser"
./mvnw -settings .build/maven-ci-settings.xml --batch-mode --no-transfer-progress -Pjreleaser jreleaser:full-release -pl :mutiny-project
@echo "Bump to 999-SNAPSHOT and push upstream"
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@
</hide>
</changelog>
<prerelease>
<enabled>true</enabled>
<pattern>.*-M[0-9]+</pattern>
</prerelease>
<discussionCategoryName>Announcements</discussionCategoryName>
Expand Down

0 comments on commit 59d25f7

Please sign in to comment.