-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add release script #18
Comments
While this isn’t done yet:
releasing is still too manual, but it’s just updating the changelog, updating version and pushing to github and npm |
You could copy paste the script from https://github.com/algolia/react-element-to-jsx-string/blob/master/release.sh I guess. or that one: https://github.com/algolia/eslint-config-algolia/blob/master/scripts/release.sh |
should generate changelog too |
(The ones I linked are doing it) |
There's also https://github.com/conventional-changelog/standard-version which is a good candidate |
What I usually do is copy paste the one from instantsearch.js and go with it.
It should be very clear in the README how to:
The text was updated successfully, but these errors were encountered: