tdg-version-automation-release-it
v1.0.3
Published
Testing release-it! for version automation
Readme
Details
Don't waste your time downloading this.
This is just a test. Please IGNORE.
This is an example implementation of version automation of an NPM package using Release-It! by Lars Kappert
Create a token in github with repo rights. https://github.com/settings/tokens
Add this into your package.json file read in the GITHUB_TOKEN:
"release-it": {
"github": {
"tokenRef": "GITHUB_TOKEN"
}
},- Go to terminal and run:
export GITHUB_TOKEN="#YOUR-TOKEN-FROM-GITHUB-GOES-HERE#"