react-data-table-component icon indicating copy to clipboard operation
react-data-table-component copied to clipboard

Cutting a new release

Open gsimko opened this issue 3 years ago • 2 comments

@jbetancur, is there a way for us external contributors to help you cut new releases and upload them to npm? Ideally you would just need to approve those releases but I don't know if github/npm supports such a setup.

gsimko avatar Apr 18 '22 20:04 gsimko

Maybe you could some automation like https://github.com/marketplace/actions/automated-releases-for-npm-packages or https://sergiodxa.com/articles/github-actions-npm-publish?

gsimko avatar Apr 18 '22 20:04 gsimko

@gsimko I usually release when making a feature or patch such as this right after PR(s) are merged. I think in this case I ran out of time as I am quite busy these days. So, yea if I had the time I would have a system where PR's/commits were a certain format and we could automate the release notes and cut a new version say if the PR had a # Release notes. Any effort or PR's on this would be welcome.

On a related note I just cut 7.5.0 which has your onMouseX changes.

jbetancur avatar Apr 19 '22 18:04 jbetancur