layer5io/sistent

LInk `npm version` to Github Release

Closed this issue · 0 comments

GitHub Release allows you to create a new tag and release from GitHub Actions

However, this does not update the version in package.json which means this still needs to be updated prior to releasing.

The manual way is to use the versionup:* scripts in package.json but this process needs to be automated, because the commits history between manual versioning with npm and automating releasing from GitHub Release will be different.


Contributor Guide