Add releaseBranchPrefix=rel/ (to work around/with release branch exiting now)

This commit is contained in:
2024-07-06 11:26:00 -05:00
parent bd683253a5
commit 32573bdf78

View File

@ -209,6 +209,7 @@
<productionBranch>main</productionBranch>
<developmentBranch>dev</developmentBranch>
<versionTagPrefix>version-</versionTagPrefix>
<releaseBranchPrefix>rel/</releaseBranchPrefix>
</gitFlowConfig>
<skipFeatureVersion>true</skipFeatureVersion> <!-- Keep feature names out of versions -->
<postReleaseGoals>install</postReleaseGoals> <!-- Let CI run deploys -->