Open eight04 opened 4 years ago
Is there a programmatic interface for this project? Instead of writing the entire shell script, I'd like to create a reusable and cross-platform node tool that can be used in the npm script:
{ // ... "scripts": { // ... "postversion": "git push --follow-tags && create-github-release" }, "github-release": { "changelog": "npm run generate-changelog --silent", "assets": [ "dist/*" ] } }
Is there a programmatic interface for this project? Instead of writing the entire shell script, I'd like to create a reusable and cross-platform node tool that can be used in the npm script: