Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Module repositories call these workflows with `uses:` and a **pinned git ref** (
```yaml
jobs:
pre-commit:
uses: hlvtechnologies/gha-workflows/.github/workflows/opentofu-module-ci.yml@v1.0.0
uses: hlvtechnologies/gha-workflows/.github/workflows/opentofu-module-ci.yml@v1.1.0 # x-release-please-version
```

Replace `hlvtechnologies` with your GitHub org or user if you fork this repo.
Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"include-component-in-tag": false
"include-component-in-tag": false,
"extra-files": ["README.md"]
}
}
}