Skip to content

Commit

Permalink
Merge pull request #5 from cgarcia-l/update-releaser
Browse files Browse the repository at this point in the history
docs: update README
  • Loading branch information
cgarcia-l authored Apr 26, 2024
2 parents ad38a44 + c248ccc commit e8ad3d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
"preset": "conventionalcommits",
"releaseRules": [
{ "type": "docs", "scope": "README", "release": "patch" },
{ "type": "refactor", "release": "patch" },
{ "type": "style", "release": "patch" }
]
}
],
[
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# terraform-helm-release

![](https://img.shields.io/github/v/tag/cgarcia-l/terraform-helm-release)
[![](https://img.shields.io/badge/semantic--release-conventionalcommits-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
![](https://img.shields.io/github/issues/cgarcia-l/terraform-helm-release)
![](https://img.shields.io/github/issues-closed/cgarcia-l/terraform-helm-release)
[![](https://img.shields.io/github/languages/code-size/cgarcia-l/terraform-helm-release)](https://github.com/cgarcia-l/terraform-helm-release)
Expand Down

0 comments on commit e8ad3d5

Please sign in to comment.