Skip to content

Commit

Permalink
build: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 27, 2024
1 parent c8d896c commit bb4c0f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"url": "https://github.com/hywax/renovate-config/issues"
},
"scripts": {
"release": "pnpm test && pnpm validate && changelogen --release && pnpm publish && git push --follow-tags",
"validate": "renovate-config-validator default.json",
"test": "pnpm validate"
},
Expand All @@ -23,4 +24,4 @@
"renovate": "^37.153.2"
},
"packageManager": "pnpm@8.15.0"
}
}

0 comments on commit bb4c0f6

Please sign in to comment.