mirror of
https://github.com/jimeh/update-tags-action.git
synced 2026-02-19 09:36:41 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ab7b53063 | ||
|
d4f686ef9f
|
2
.github/.release-please-manifest.json
vendored
2
.github/.release-please-manifest.json
vendored
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.0.1"
|
||||
".": "1.0.0"
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user