mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 21:20:45 +00:00
Add releaseBranchPrefix=rel/ (to work around/with release branch exiting now)
This commit is contained in:
1
pom.xml
1
pom.xml
@ -209,6 +209,7 @@
|
|||||||
<productionBranch>main</productionBranch>
|
<productionBranch>main</productionBranch>
|
||||||
<developmentBranch>dev</developmentBranch>
|
<developmentBranch>dev</developmentBranch>
|
||||||
<versionTagPrefix>version-</versionTagPrefix>
|
<versionTagPrefix>version-</versionTagPrefix>
|
||||||
|
<releaseBranchPrefix>rel/</releaseBranchPrefix>
|
||||||
</gitFlowConfig>
|
</gitFlowConfig>
|
||||||
<skipFeatureVersion>true</skipFeatureVersion> <!-- Keep feature names out of versions -->
|
<skipFeatureVersion>true</skipFeatureVersion> <!-- Keep feature names out of versions -->
|
||||||
<postReleaseGoals>install</postReleaseGoals> <!-- Let CI run deploys -->
|
<postReleaseGoals>install</postReleaseGoals> <!-- Let CI run deploys -->
|
||||||
|
Reference in New Issue
Block a user