File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11name : Release
22
33on :
4+ workflow_dispatch :
45 push :
56 branches :
67 - main
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.55 .0
3+ rev : v1.58 .0
44 hooks :
55 - id : terraform_fmt
66 - id : terraform_validate
2626 rev : v4.0.1
2727 hooks :
2828 - id : check-merge-conflict
29- - id : end-of-file-fixer
Original file line number Diff line number Diff line change 77 "plugins" : [
88 " @semantic-release/commit-analyzer" ,
99 " @semantic-release/release-notes-generator" ,
10- " @semantic-release/github" ,
10+ [
11+ " @semantic-release/github" ,
12+ {
13+ "successComment" :
14+ " This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${nextRelease.version} :tada:" ,
15+ "labels" : false ,
16+ "releasedLabels" : false
17+ }
18+ ],
1119 [
1220 " @semantic-release/changelog" ,
1321 {
1422 "changelogFile" : " CHANGELOG.md" ,
15- "changelogTitle" : " # Changelog\n\n All notable changes to this project will be documented in this file"
23+ "changelogTitle" : " # Changelog\n\n All notable changes to this project will be documented in this file. "
1624 }
1725 ],
1826 [
You can’t perform that action at this time.
0 commit comments