-
Notifications
You must be signed in to change notification settings - Fork 377
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
chore: add startup script to check for oudated versions #1674
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.
💯 Only thought is why not prompt and update on the user's behalf?
because it might break user's current bots? :) |
Yes, this was my thinking. |
refs #1674
This change introduces a script to parse the local git branch and use it to do sha inspection of the corresponding remote branch. I've added a
RELEASE_BRANCH
guard to avoid unnecessary checks in development mode. This seems appropriate for now.I've added execution of the script inside both
build
andstartall
.