Skip to content

Commit

Permalink
Add docs build to git before release
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed May 28, 2024
1 parent 131aec5 commit a167bb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"git": {
"commitMessage": "[Github Actions] Release v${version}"
"commitMessage": "[Github Actions] Release v${version}",
"requireCleanWorkingDir": false
},
"github": {
"release": true,
"autoGenerate": true,
"releaseName": "v${version}"
},
"hooks": {
"after:npm:bump": "git add -A"
}
}

0 comments on commit a167bb8

Please sign in to comment.