algolia / algolia-sitemap

a node library allowing you to generate sitemaps from an Algolia index.
https://yarn.pm/algolia-sitemap
MIT License
35 stars 15 forks source link

Add release script #18

Open vvo opened 7 years ago

vvo commented 7 years ago

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:

Haroenv commented 7 years ago

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 commented 7 years ago

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 commented 6 years ago

should generate changelog too

vvo commented 6 years ago

(The ones I linked are doing it)

vvo commented 6 years ago

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