Skip to content
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

Open
vvo opened this issue May 29, 2017 · 5 comments
Open

Add release script #18

vvo opened this issue May 29, 2017 · 5 comments

Comments

@vvo
Copy link
Contributor

vvo commented May 29, 2017

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:

  • run tests (dev mode)
  • release the library
@Haroenv
Copy link
Contributor

Haroenv commented Jun 22, 2017

While this isn’t done yet:

yarn test for testing

yarn build for building manually

releasing is still too manual, but it’s just updating the changelog, updating version and pushing to github and npm

@vvo
Copy link
Contributor Author

vvo commented Jun 23, 2017

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

@Haroenv
Copy link
Contributor

Haroenv commented Apr 16, 2018

should generate changelog too

@vvo
Copy link
Contributor Author

vvo commented Apr 16, 2018

(The ones I linked are doing it)

@vvo
Copy link
Contributor Author

vvo commented Apr 16, 2018

There's also https://github.com/conventional-changelog/standard-version which is a good candidate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants