From eecd8caae9a536ed536cff9b2b7f0bd187f67c13 Mon Sep 17 00:00:00 2001 From: "jimehbot[bot]" <132453784+jimehbot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:08:22 +0000 Subject: [PATCH] chore(main): release 2.2.0 (#34) Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 48fbed9..a5d1cf2 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba18316..ae5714f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/jimeh/update-tags-action/compare/v2.1.1...v2.2.0) (2025-10-29) + + +### Features + +* **action:** add skipped tags output and tracking ([#33](https://github.com/jimeh/update-tags-action/issues/33)) ([6723e4d](https://github.com/jimeh/update-tags-action/commit/6723e4d4aceb3ba7314907830d8b1d5186f0a5d9)) + ## [2.1.1](https://github.com/jimeh/update-tags-action/compare/v2.1.0...v2.1.1) (2025-10-28) diff --git a/README.md b/README.md index 785fc67..d0a65a4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ to move its own major and minor tags. ```yaml - uses: jimeh/update-tags-action@v2 with: - tags: v2,v2.1 + tags: v2,v2.2 ``` ```yaml @@ -35,7 +35,7 @@ to move its own major and minor tags. with: tags: | v2 - v2.1 + v2.2 ``` diff --git a/package-lock.json b/package-lock.json index 7f4c60d..f6f1f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "update-tags-action", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "update-tags-action", - "version": "2.1.1", + "version": "2.2.0", "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", diff --git a/package.json b/package.json index 563a27f..342598e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "update-tags-action", - "version": "2.1.1", + "version": "2.2.0", "author": "jimeh", "type": "module", "private": true,