changeloggithub
Advanced tools
Comparing version 0.0.28 to 0.0.29
{ | ||
"name": "changeloggithub", | ||
"type": "module", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Generate changelog for GitHub.", | ||
@@ -45,6 +45,5 @@ "license": "MIT", | ||
"lint": "eslint .", | ||
"release": "bumpp -r", | ||
"start": "nr dev && node cli.mjs", | ||
"start": "npm run dev && node cli.mjs --all true", | ||
"typecheck": "tsc --noEmit", | ||
"changelog": "npx changeloggithub@latest --all true" | ||
"changelog": "bumpp -r && npx changeloggithub@latest --all true && git add CHANGELOG.md && git commit -m 'chore: update changelog' && git push" | ||
}, | ||
@@ -51,0 +50,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33679
252