Skip to content

Commit

Permalink
Upgrade the website version on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Dec 16, 2020
1 parent 49722c8 commit 1ec4278
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .build/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ deploy_release() {
mvn -B versions:set -DnewVersion="${RELEASE_VERSION}" -DgenerateBackupPoms=false -s maven-settings.xml
mvn -B clean verify -DskipTests -Prelease -s maven-settings.xml

echo "Update website version to ${RELEASE_VERSION}"
sed -ie "s/mutiny_version: .*/mutiny_version: ${RELEASE_VERSION}/g" documentation/src/main/jekyll/_data/versions.yml

git commit -am "[RELEASE] - Bump version to ${RELEASE_VERSION}"
git tag "${RELEASE_VERSION}"
echo "Pushing tag to origin"
Expand Down

0 comments on commit 1ec4278

Please sign in to comment.