|
1 | 1 | [](https://github.com/cssnr/update-version-tags-action/tags) |
2 | | -[](https://github.com/cssnr/update-version-tags-action/tags) |
| 2 | +[](https://github.com/cssnr/update-version-tags-action/releases) |
3 | 3 | [](https://github.com/cssnr/update-version-tags-action/releases/latest) |
4 | | -[](https://github.com/cssnr/update-version-tags-action/blob/master/src/index.js) |
| 4 | +[](https://github.com/cssnr/update-version-tags-action/blob/master/src) |
5 | 5 | [](https://github.com/cssnr/update-version-tags-action/actions/workflows/release.yaml) |
6 | 6 | [](https://github.com/cssnr/update-version-tags-action/actions/workflows/test.yaml) |
7 | 7 | [](https://github.com/cssnr/update-version-tags-action/actions/workflows/lint.yaml) |
8 | 8 | [](https://sonarcloud.io/summary/new_code?id=cssnr_update-version-tags-action) |
9 | 9 | [](https://github.com/cssnr/update-version-tags-action/pulse) |
10 | 10 | [](https://codeberg.org/cssnr/update-version-tags-action) |
11 | | -[](https://github.com/cssnr/update-version-tags-action) |
| 11 | +[](https://github.com/cssnr/update-version-tags-action/graphs/contributors) |
| 12 | +[](https://github.com/cssnr/update-version-tags-action?tab=readme-ov-file#readme) |
12 | 13 | [](https://github.com/cssnr/update-version-tags-action) |
13 | 14 | [](https://github.com/cssnr/update-version-tags-action/forks) |
14 | 15 | [](https://github.com/cssnr/update-version-tags-action/stargazers) |
@@ -52,16 +53,16 @@ For more details see [src/index.js](src/index.js) and [action.yml](action.yml). |
52 | 53 |
|
53 | 54 | ## Inputs |
54 | 55 |
|
55 | | -| Input | Req. | Default Value | Input Description | |
56 | | -| :-------- | :--: | :----------------- | :-------------------------------- | |
57 | | -| `prefix` | - | `v` | Tag Prefix for Semantic Versions | |
58 | | -| `major` | - | `true` | Update Major Tag \* | |
59 | | -| `minor` | - | `true` | Update Minor Tag \* | |
60 | | -| `tags` | - | - | Additional Tags to Update \* | |
61 | | -| `tag` | - | `github.ref_name` | Manually Set Target Tag \*\* | |
62 | | -| `summary` | - | `true` | Add Summary to Job \* | |
63 | | -| `dry_run` | - | `false` | Do not Create Tags, Outout Only | |
64 | | -| `token` | - | `github.token` | For use with a PAT to Rollback \* | |
| 56 | +| Input | Default Value | Description of Input | |
| 57 | +| :-------: | :----------------- | :------------------------------- | |
| 58 | +| `prefix` | `v` | Tag Prefix for Semantic Versions | |
| 59 | +| `major` | `true` | Update Major Tag \* | |
| 60 | +| `minor` | `true` | Update Minor Tag \* | |
| 61 | +| `tags` | - | Additional Tags to Update \* | |
| 62 | +| `tag` | `github.ref_name` | Manually Set Target Tag \*\* | |
| 63 | +| `summary` | `true` | Add Summary to Job \* | |
| 64 | +| `dry_run` | `false` | Do not Create Tags, Outout Only | |
| 65 | +| `token` | `github.token` | For use with a PAT to Rollback | |
65 | 66 |
|
66 | 67 | **major/minor:** Both major and minor versions are parsed from the release tag using `semver`. If you release |
67 | 68 | version `1.0.0` this will update or create a reference for `v1` and `v1.0`. If you are not using semantic versions, set |
@@ -327,5 +328,8 @@ Additionally, you can support other GitHub Actions I have published: |
327 | 328 | - [Docker Tags Action](https://github.com/cssnr/docker-tags-action?tab=readme-ov-file#readme) |
328 | 329 | - [Package Changelog Action](https://github.com/cssnr/package-changelog-action?tab=readme-ov-file#readme) |
329 | 330 | - [NPM Outdated Check Action](https://github.com/cssnr/npm-outdated-action?tab=readme-ov-file#readme) |
| 331 | +- [Label Creator Action](https://github.com/cssnr/label-creator-action?tab=readme-ov-file#readme) |
| 332 | +- [Algolia Crawler Action](https://github.com/cssnr/algolia-crawler-action?tab=readme-ov-file#readme) |
| 333 | +- [Upload Release Action](https://github.com/cssnr/upload-release-action?tab=readme-ov-file#readme) |
330 | 334 |
|
331 | 335 | For a full list of current projects visit: [https://cssnr.github.io/](https://cssnr.github.io/) |
0 commit comments