votemike / react-accordion

A simple, extendable, accessible React accordion using semantic HTML.
https://votemike.github.io/react-accordion/
MIT License
1 stars 0 forks source link

NPM packaging #24

Open votemike opened 2 years ago

votemike commented 2 years ago

Claim an NPM package name. ✅ Create a build to publish to NPM. ✅ Ensure releases work correctly. Decide on tagging and when to release a new version to NPM. Update installation instructions in README.

Eventually... release a 1.0.0

votemike commented 1 year ago

Currently a release requires a manual bump in package.json, then running npm publish locally. I feel there should be a better way to do this automatically.

markwylde commented 1 year ago

I think the bump should be manual though, so we can decide on the correct semver increase, but yeah the publish should be really easy with github actions.