-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs: update readme #4
Conversation
version.sh
Outdated
|
||
if [ -n "$NEW_VERSION" ]; then | ||
if [ -f $SERVER_META_INFO_PATH ]; then | ||
sed -i '' "s/JavaServerSDK\/v[0-9]*\.[0-9]*\.[0-9]*/JavaServerSDK\/v$NEW_VERSION/g" ${SERVER_META_INFO_PATH} |
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.
JavaServerSDK ?
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.
In dem ServerMetaInfo File steht noch JavaServerSDK
, das wurde auch im prepare_release.sh
script so übernehmen. Das sollte noch angepasst werden.
Quality Gate passedIssues Measures |
No description provided.