-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve release scripts for GH remote selection and force clean build… #1329
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestions, otherwise lgtm. Thanks!
@@ -54,7 +53,7 @@ function clean_up_gh_pages() { | |||
rm -rf gh-pages | |||
} | |||
|
|||
# Enforce JDK8 to keep javadoc format consistent for all versions: | |||
# Enforce JDK11 to keep javadoc format consistent for all versions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👁️ 🦅
else | ||
usage | ||
exit 1 | ||
fi | ||
|
||
echo "" | ||
|
||
# Clean up the state at the beggining in case the previous run did not finish successfuly | ||
# Clean up the state at the beginning in case the previous run did not finish successfully |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👁️ 👁️
scripts/release.sh
Outdated
@@ -55,11 +55,14 @@ else | |||
git="echo git" | |||
fi | |||
|
|||
remote=$(git remote -v | grep "/apple/servicetalk.git" | head -n1 | cut -f1) | |||
echo "Working with remote $remote" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider also printing the remote url
… for docs