Polishing.
Refine release process to update the Git state before build and distribute. See #15
This commit is contained in:
@@ -40,6 +40,6 @@ fi
|
||||
|
||||
echo "About to push and distribute ${VERSION}."
|
||||
|
||||
sed "s|\${VERSION}|${VERSION}|g" < ci/push-and-distribute.template > target/push-and-distribute.shell
|
||||
sed "s|\${VERSION}|${VERSION}|g" < ci/build-and-distribute.template > target/build-and-distribute.shell
|
||||
|
||||
spring-data-release-shell
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
workspace cleanup
|
||||
git update ${VERSION}
|
||||
release build ${VERSION}
|
||||
release distribute ${VERSION}
|
||||
|
||||
Reference in New Issue
Block a user