Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
#205 - avoid pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Jul 20, 2023
1 parent 7acb7a9 commit 6a00d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ merge:
script: |
mvn clean install -Pqulice --errors -Dstyle.color=never
release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
Expand Down

0 comments on commit 6a00d02

Please sign in to comment.