We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6483e5 commit ae989f3Copy full SHA for ae989f3
pom.xml
@@ -256,9 +256,7 @@
256
<profile>
257
<id>update-doc</id>
258
<activation>
259
- <os>
260
- <family>unix</family>
261
- </os>
+ <activeByDefault>false</activeByDefault>
262
</activation>
263
<build>
264
<plugins>
scripts/prepare-release.sh
@@ -6,8 +6,8 @@ cd "$root" || exit
6
./mvnw gitflow:release-start
7
8
# update readme.adoc
9
-./mvnw process-resources
10
-
+./mvnw process-resources -P update-doc
11
git add --ignore-errors -A -f -- readme.adoc
12
git commit --amend --no-edit
+
13
./mvnw gitflow:release-finish
0 commit comments