All checks were successful
continuous-integration/drone/push Build is passing
31 lines
668 B
JSON
31 lines
668 B
JSON
{
|
|
"name": "nginx-brotli",
|
|
"version": "3.15.0",
|
|
"description": "NGINX Base Image feat. brotli",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.odit.services:odit/nginx-brotli.git"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"release-it": "^15.0.0"
|
|
},
|
|
"scripts": {
|
|
"release":"release-it --patch --ci"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"commit": true,
|
|
"requireCleanWorkingDir": false,
|
|
"requireBranch": "main",
|
|
"commitMessage": "🚀RELEASE ${version}",
|
|
"push": true,
|
|
"tag": true,
|
|
"tagName": "${version}",
|
|
"tagAnnotation": "${version}"
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
}
|
|
}
|
|
} |