Skip to content

Commit

Permalink
Fix Release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsBaumgartner1994 committed May 14, 2024
1 parent 80646cf commit 4606b34
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dev/extensions/directus-extension-auto-translation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@
"release": "release-it --npm.skipChecks",
"clean": "rm -rf ./dist"
},
"release-it": {
"hooks": {
"before:init": ["npm run build"]
},
"git": {
"commitMessage": "[RELEASE] ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
}
},
"dependencies": {
"deepl-node": "^1.5.0",
"js-yaml": "^4.1.0"
Expand Down

0 comments on commit 4606b34

Please sign in to comment.