bfirsh / jsnes

A JavaScript NES emulator.
https://jsnes.org
Apache License 2.0
6.11k stars 825 forks source link

Set up with semantic-release #157

Open bfirsh opened 6 years ago

bfirsh commented 6 years ago

https://semantic-release.gitbooks.io/semantic-release/content/#highlights

rafaelnery commented 6 years ago

First, make a todo list with what need (or do you think you need) so we (community) can help you better.

bfirsh commented 6 years ago

@rafaelnery I think this core is pretty stable. The only things I can think of are optimisation, testing, and more mappers. There are a few other things covered in issues here.

There is lots of stuff to do in jsnes-web, linked in the readme. Lots of issues there that could be worked on. :)

bfirsh commented 6 years ago

@BenShelton Any opinions about this? Might reduce some of the maintenance burden.

The only downside I can think of is getting contributors to follow some fairly involved commit message rules. But, we could get around this by using the "squash and merge" feature on pull requests, which allows us to write our own commit messages...

BenShelton commented 6 years ago

@bfirsh Yeh this could be a good solution. From the looks of it I'm doubting there's going to be any breaking changes soon but to have the fixes generate new releases would be a time saver.