chore(main): release 2.2.0 (#34)

Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
This commit is contained in:
jimehbot[bot]
2025-10-29 13:08:22 +00:00
committed by GitHub
parent 6723e4d4ac
commit eecd8caae9
5 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
{
".": "2.1.1"
".": "2.2.0"
}

View File

@@ -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)

View File

@@ -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
```
<!-- x-release-please-end -->

4
package-lock.json generated
View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "update-tags-action",
"version": "2.1.1",
"version": "2.2.0",
"author": "jimeh",
"type": "module",
"private": true,