Skip to content

Commit

Permalink
#102 check ver on release
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 8, 2022
1 parent ac210fb commit 186f3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rultor.yml
Expand Up @@ -16,6 +16,7 @@ merge:
mvn clean site -Psite --errors --settings ../settings.xml -Dinvoker.skip
release:
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Pxembly -Psonatype --errors --settings ../settings.xml
Expand Down

0 comments on commit 186f3df

Please sign in to comment.