From bf34cb3d0919fe9e601539e11a89b250e00e9cc3 Mon Sep 17 00:00:00 2001 From: "jimehbot[bot]" <132453784+jimehbot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:55:28 +0000 Subject: [PATCH] chore(main): release 2.0.0 (#10) Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 8d7e5f1..895bf0e 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c60c0a..962024e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0](https://github.com/jimeh/update-tags-action/compare/v1.0.1...v2.0.0) (2025-10-27) + + +### Features + +* **action:** complete TypeScript rewrite with comprehensive test suite ([733ded1](https://github.com/jimeh/update-tags-action/commit/733ded1f0b9727d99d299cd42258479b4e64b27d)) + ## [1.0.1](https://github.com/jimeh/update-tags-action/compare/v1.0.0...v1.0.1) (2023-05-18) ### Bug Fixes diff --git a/README.md b/README.md index 3db0b58..bd9b2d7 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ to move its own major and minor tags. ```yaml -- uses: jimeh/update-tags-action@v1 +- uses: jimeh/update-tags-action@v2 with: tags: v1,v1.2 ``` ```yaml -- uses: jimeh/update-tags-action@v1 +- uses: jimeh/update-tags-action@v2 with: tags: | v1 @@ -91,7 +91,7 @@ jobs: permissions: contents: write steps: - - uses: jimeh/update-tags-action@v1 + - uses: jimeh/update-tags-action@v2 with: tags: | v${{ needs.release-please.outputs.major }}