1.3.5 • Published 6 years ago

release-to-github-with-package-json v1.3.5

Weekly downloads
41
License
ISC
Repository
github
Last release
6 years ago

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: 1. npm i --save-dev release-to-github-with-package-json 2. Ensure you have a version, name and repository.url in your package.json 3. Set an environment variable for GITHUB_TOKEN with your github personal access token 4. Then you can run npm run release-to-github-with-package-json to create a release tag 5. Then bump the version number either using npm version patch -m '[ci skip] Bump version to %s' && git push origin master or something else

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.2.1

6 years ago