Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
feat: split _release to two separate commands
Browse files Browse the repository at this point in the history
  • Loading branch information
DuMaM committed Sep 27, 2023
1 parent fa0033e commit c11d0c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

mvn -B release:{prepare,perform}
mvn -B release:prepare
mvn -B release:perform

0 comments on commit c11d0c5

Please sign in to comment.