Torlus / 6502.js

Cycle-accurate 6502 emulator in Javascript
GNU General Public License v2.0
25 stars 6 forks source link

Add versionning #8

Open bissonex opened 3 years ago

bissonex commented 3 years ago

Hi, you for compressing the 6502 cpu in such a nice piece of software. But would it be possible to add tag and versionning? Maybe this can help https://github.com/pforret/setver?

Regards

Torlus commented 3 years ago

Hi, Could you submit a Merge Request with the changes you'd like to see?

Regards

bissonex commented 3 years ago

Sure I can propose something.

bissonex commented 3 years ago

Can you install this https://github.com/release-it/release-it on your repo

with this:

The "Releases" tab on GitHub projects links to a page to store the changelog cq. release notes. To add GitHub releases in your release-it flow:

Configure github.release: true Obtain a personal access token (release-it only needs "repo" access; no "admin" or other scopes). Make sure the token is available as an environment variable.