-
Notifications
You must be signed in to change notification settings - Fork 69
release: add a note about DEVELOPMENT.md #349
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
Conversation
I'm not saying I forgot to check the checklist in DEVELOPMENT.md before releasing today, but... uh, I'm not saying I _didn't_ forget, either.
release.sh
Outdated
| #!/usr/bin/env bash | ||
|
|
||
| # If you haven't already read DEVELOPMENT.md, please stop and do so. Running | ||
| # this script is _not_ the first thing you need to do to make a release. |
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.
Can you make this a prompt instead? "Have you read DEVELOPMENT.md first? [y/N]"
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.
Done.
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.
haha, sorry, that's not exactly what I meant - I mean a Bash prompt for yes/no in case people run this script without reading the comments you have here.
e.g. https://github.com/sourcegraph/syntect_server/blob/master/publish.sh#L42-L49
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.
That makes more sense! Updated. 😄
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.
🚀
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.
Bash is so nice .... Good work figuring out how to do that!
I'm not saying I forgot to check the checklist in DEVELOPMENT.md before releasing today, but... uh, I'm not saying I _didn't_ forget, either.
I'm not saying I forgot to check the checklist in DEVELOPMENT.md before releasing today, but... uh, I'm not saying I didn't forget, either.