We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4f428 commit 6c0560eCopy full SHA for 6c0560e
release.sh
@@ -188,7 +188,7 @@ if [ "$PUSH_CHANGES" != "true" ]; then
188
ADDITIONAL_OPTIONS="-d"
189
fi
190
191
-elif [ "$PROJECT" == "infra-theme" || "$PROJECT" == "infra-extensions" ]; then
+if [ "$PROJECT" == "infra-theme" || "$PROJECT" == "infra-extensions" ]; then
192
# infra projects are using different release plugins than main maven-based projects,
193
# and they require both release and development versions:
194
bash -xe "$SCRIPTS_DIR/prepare-release.sh" "$PROJECT" "$RELEASE_VERSION" "$DEVELOPMENT_VERSION"
0 commit comments