File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 169
169
<gitFlowConfig >
170
170
<developmentBranch >master</developmentBranch >
171
171
</gitFlowConfig >
172
+ <releaseMergeFFOnly >true</releaseMergeFFOnly >
173
+ <commitMessages >
174
+ <releaseStartMessage >Update versions for release @{version}</releaseStartMessage >
175
+ </commitMessages >
172
176
</configuration >
173
177
</plugin >
174
178
</plugins >
268
272
<goals >
269
273
<goal >exec</goal >
270
274
</goals >
271
- <phase >compile </phase >
275
+ <phase >process-resources </phase >
272
276
<configuration >
273
277
<executable >sed</executable >
274
278
<arguments >
Original file line number Diff line number Diff line change
1
+
2
+ root=" $( dirname $( dirname $( realpath " $0 " ) ) ) "
3
+
4
+ cd " $root " || exit
5
+
6
+ ./mvnw gitflow:release-start
7
+
8
+ # update readme.adoc
9
+ ./mvnw process-resources
10
+
11
+ git add --ignore-errors -A -f -- readme.adoc
12
+ git commit --amend --no-edit
13
+ ./mvnw gitflow:release-finish
You can’t perform that action at this time.
0 commit comments