generated from eea/volto-frontend-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.release-it.json
20 lines (20 loc) · 982 Bytes
/
.release-it.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"git": {
"commitMessage": "Release ${version}",
"requireBranch": "develop",
"requireCleanWorkingDir": false,
"git.requireCommits": true
},
"github": {
"release": true,
"skipChecks": true,
"releaseName": "${version}",
"releaseNotes": "npx auto-changelog --stdout --sort-commits date-desc --commit-limit false -u --template https://raw.githubusercontent.com/eea/eea.docker.gitflow/master/src/release.hbs --ignore-commit-pattern 'Automated release [0-9\\.]\\+ \\|Add Sonarqube tag using .* addons list\\|\\[[jJ][eE][nN][kK][iI][nN][sS]\\|[yY][aA][rR][nN]'"
},
"npm": {
"publish": false
},
"hooks": {
"after:bump": "npx auto-changelog --sort-commits date-desc --commit-limit false -p --template https://raw.githubusercontent.com/eea/eea.docker.gitflow/master/src/eea.hbs --ignore-commit-pattern 'Automated release [0-9\\.]\\+ \\|Add Sonarqube tag using .* addons list\\|\\[[jJ][eE][nN][kK][iI][nN][sS]\\|[yY][aA][rR][nN]'"
}
}