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

Commit

Permalink
Merge pull request #206 from Graur/205
Browse files Browse the repository at this point in the history
avoid pre-releases
  • Loading branch information
yegor256 authored Jul 20, 2023
2 parents 7acb7a9 + 6a00d02 commit 4ee7aa1
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 4ee7aa1

Please sign in to comment.