File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.78.0
3
+ rev : v1.79.1
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_validate
Original file line number Diff line number Diff line change 1
1
{
2
2
"branches" : [
3
- " main"
3
+ " main" ,
4
+ " master"
4
5
],
6
+ "ci" : false ,
5
7
"plugins" : [
6
8
[
7
9
" @semantic-release/commit-analyzer" ,
15
17
"preset" : " conventionalcommits"
16
18
}
17
19
],
18
- " @semantic-release/github"
20
+ [
21
+ " @semantic-release/github" ,
22
+ {
23
+ "successComment" : " This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${nextRelease.version} :tada:" ,
24
+ "labels" : false ,
25
+ "releasedLabels" : false
26
+ }
27
+ ],
28
+ [
29
+ " @semantic-release/changelog" ,
30
+ {
31
+ "changelogFile" : " CHANGELOG.md" ,
32
+ "changelogTitle" : " # Changelog\n\n All notable changes to this project will be documented in this file."
33
+ }
34
+ ],
35
+ [
36
+ " @semantic-release/git" ,
37
+ {
38
+ "assets" : [
39
+ " CHANGELOG.md"
40
+ ],
41
+ "message" : " chore(release): version ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
42
+ }
43
+ ]
19
44
]
20
45
}
You can’t perform that action at this time.
0 commit comments