2 Commits
v0.0 ... v1.0.0

Author SHA1 Message Date
jimehbot[bot]
7ab7b53063 chore(main): release 1.0.0 (#3) 2023-05-18 23:48:28 +01:00
d4f686ef9f chore(release): bump version to 1.0.0
Release-As: 1.0.0
2023-05-18 23:47:04 +01:00
3 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "1.0.0"
}

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.0.0](https://github.com/jimeh/update-tags-action/compare/v0.0.1...v1.0.0) (2023-05-18)
### Miscellaneous Chores
* **release:** bump version to 1.0.0 ([d4f686e](https://github.com/jimeh/update-tags-action/commit/d4f686ef9ff51ff4426907f89983bd286903c23e))
## 0.0.1 (2023-05-18)

View File

@@ -23,8 +23,7 @@
</a>
</p>
A simple action which makes it easy to create/update one or more tags on a
GitHub repository.
A simple action to easily create/update one or more tags in a GitHub repository.
Generally useful for moving major (`v1`) and minor (`v1.2`) tags to same commit
as the latest `v1.x.x` tag. This action uses itself to move it's own major and
@@ -35,13 +34,13 @@ minor tags.
### Basic
```yaml
- uses: jimeh/update-tags-action@v0
- uses: jimeh/update-tags-action@v1
with:
tags: v1,v1.2
```
```yaml
- uses: jimeh/update-tags-action@v0
- uses: jimeh/update-tags-action@v1
with:
tags: |
v1
@@ -67,7 +66,7 @@ jobs:
steps:
- uses: jimeh/release-please-manifest-action@v1
id: release-please
- uses: jimeh/update-tags-action@v0
- uses: jimeh/update-tags-action@v1
with:
tags: |
v${{ steps.release-please.outputs.major }}