release-to-github-with-package-json
v1.3.5
Published
Parses package.json to publish a new release resource to the Github api
Readme
release-to-github-with-package-json
This is a fork of release-to-github-with-changelog for lazy engineers.
Essentially, it uses the package.json file to get the version and name rather than a changelog.
Setup:
npm i --save-dev release-to-github-with-package-json- Ensure you have a
version,nameandrepository.urlin yourpackage.json - Set an environment variable for
GITHUB_TOKENwith your github personal access token - Then you can run
npm run release-to-github-with-package-jsonto create a release tag - Then bump the version number either using
npm version patch -m '[ci skip] Bump version to %s' && git push origin masteror something else
