Commit | Line | Data |
---|---|---|
31828845 JB |
1 | { |
2 | "git": { | |
fe7da189 | 3 | "commitMessage": "chore: v${version}", |
31828845 JB |
4 | "tagAnnotation": "v${version}", |
5 | "pushRepo": "upstream" | |
6 | }, | |
7 | "npm": { | |
8 | "publish": false | |
9 | }, | |
10 | "github": { | |
11 | "release": true, | |
71231720 JB |
12 | "releaseName": "v${version}", |
13 | "tokenRef": "GITHUB_TOKEN_POOLIFIER" | |
31828845 | 14 | }, |
31828845 | 15 | "plugins": { |
045b1a1c JB |
16 | "@release-it/bumper": { |
17 | "out": ["sonar-project.properties"] | |
18 | }, | |
31828845 | 19 | "@release-it/keep-a-changelog": { |
89e3192b JB |
20 | "filename": "CHANGELOG.md", |
21 | "addUnreleased": true | |
31828845 JB |
22 | } |
23 | } | |
24 | } |