8000 adjust gitflow for master-v2 · neo4j-graphql/neo4j-graphql-java@440a558 · GitHub
[go: up one dir, main page]

Skip to content

Commit 440a558

Browse files
committed
adjust gitflow for master-v2
1 parent daf4b30 commit 440a558

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,10 @@
171171
<skipTag>true</skipTag>
172172
<pushRemote>false</pushRemote>
173173
<gitFlowConfig>
174-
<developmentBranch>master</developmentBranch>
174+
<productionBranch>master-v2</productionBranch>
175+
<developmentBranch>master-v2</developmentBranch>
175176
</gitFlowConfig>
177+
<argLine>-P-create-test-file-diff</argLine>
176178
<releaseMergeFFOnly>true</releaseMergeFFOnly>
177179
<commitMessages>
178180
<releaseStartMessage>Update versions for release @{version}</releaseStartMessage>

0 commit comments

Comments
 (0)
0