-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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/*"
]
}
}Metadata
Metadata
Assignees
Labels
No labels