chore(main): release 2.0.0 (#10)

Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
This commit is contained in:
jimehbot[bot]
2025-10-27 21:55:28 +00:00
committed by GitHub
parent 733ded1f0b
commit bf34cb3d09
3 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "2.0.0"
}

View File

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

View File

@@ -25,13 +25,13 @@ to move its own major and minor tags.
<!-- x-release-please-start-major -->
```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 }}