Skip to content

Commit 28049b1

Browse files
authored
chore(main): release 1.1.1 (#4)
1 parent cc62c37 commit 28049b1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/hlvtechnologies/gha-workflows/compare/v1.1.0...v1.1.1) (2026-03-21)
4+
5+
6+
### Bug Fixes
7+
8+
* update docs with current version tag ([#3](https://github.com/hlvtechnologies/gha-workflows/issues/3)) ([cc62c37](https://github.com/hlvtechnologies/gha-workflows/commit/cc62c373ce675d99be547d820f41c950e85bf826))
9+
310
## [1.1.0](https://github.com/hlvtechnologies/gha-workflows/compare/v1.0.0...v1.1.0) (2026-03-21)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Module repositories call these workflows with `uses:` and a **pinned git ref** (
99
```yaml
1010
jobs:
1111
pre-commit:
12-
uses: hlvtechnologies/gha-workflows/.github/workflows/opentofu-module-ci.yml@v1.1.0 # x-release-please-version
12+
uses: hlvtechnologies/gha-workflows/.github/workflows/opentofu-module-ci.yml@v1.1.1 # x-release-please-version
1313
```
1414
1515
Replace `hlvtechnologies` with your GitHub org or user if you fork this repo.

0 commit comments

Comments
 (0)