Skip to content

Commit

Permalink
Merge pull request #38 from IlyaLisov/dev
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
IlyaLisov authored Apr 15, 2024
2 parents 968ac46 + f3aa42b commit 8894f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -P release --errors --settings ../settings.xml
mvn clean deploy -P -DskipTests release --errors --settings ../settings.xml

0 comments on commit 8894f49

Please sign in to comment.