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 b486308 commit fe0f09fCopy full SHA for fe0f09f
scripts/release.sh
@@ -10,6 +10,7 @@ NEXT_VERSION="$2"
10
sed -i '' -e "s/<version>.*<\\/version>/<version>${VERSION}<\\/version>/g" README.md
11
sed -i '' -e "s/:[0-9]\\.[0-9]\\.[0-9]/:${VERSION}/g" README.md
12
git commit \
13
+ --include "README.md" \
14
--include "pom.xml" \
15
--include "**/pom.xml" \
16
--signoff \
@@ -20,6 +21,7 @@ git tag \
20
21
22
./mvnw versions:set -DgenerateBackupPoms=false -DnewVersion="${NEXT_VERSION}-SNAPSHOT"
23
24
25
26
27
0 commit comments