diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..b870c5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fe9bf..956c26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/opzkit/godeadcode-action/compare/v1.0.1...v1.0.2) (2026-03-11) + + +### Bug Fixes + +* add checkout step before moving major version tag ([#110](https://github.com/opzkit/godeadcode-action/issues/110)) ([05a2829](https://github.com/opzkit/godeadcode-action/commit/05a28291421687c1ffcc5223e11d2566317f2508)) + ## [1.0.1](https://github.com/opzkit/godeadcode-action/compare/v1.0.0...v1.0.1) (2026-03-11) diff --git a/README.md b/README.md index 7a18793..28ef537 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: check for deadcode - uses: opzkit/godeadcode-action@v1.0.1 + uses: opzkit/godeadcode-action@v1.0.2 # optional with: go-version: '1.19'