Skip to content

Commit

Permalink
add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
babul committed Aug 26, 2024
1 parent ff68b19 commit 351dbd4
Show file tree
Hide file tree
Showing 4 changed files with 3,059 additions and 45 deletions.
25 changes: 25 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"plugins": {
"@release-it/bumper": {
"out": [
"src/pages/index.astro"
]
}
},
"git": {
"tagName": "v${version}",
"requireCleanWorkingDir": false,
"requireUpstream": false,
"commitMessage": "Release v${version}",
"changelog": "npx auto-changelog --hide-credit -t keepachangelog --sort-commits date"
},
"hooks": {
"after:bump": "npx auto-changelog --hide-credit -t keepachangelog --sort-commits date -p"
},
"github": {
"release": true
},
"npm": {
"publish": false
}
}
Loading

0 comments on commit 351dbd4

Please sign in to comment.