Skip to content

Commit cc69c46

Browse files
committed
Update README.md
1 parent 91e088f commit cc69c46

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
[![Tags](https://img.shields.io/badge/tags-v1_%7C_v1.1-blue?logo=git&logoColor=white)](https://github.com/cssnr/mirror-repository-action/tags)
2-
[![GitHub Release Version](https://img.shields.io/github/v/release/cssnr/mirror-repository-action?logo=git&logoColor=white&label=latest)](https://github.com/cssnr/mirror-repository-action/releases/latest)
1+
[![GitHub Tag Major](https://img.shields.io/github/v/tag/cssnr/mirror-repository-action?sort=semver&filter=!v*.*&logo=git&logoColor=white&labelColor=585858&label=%20)](https://github.com/cssnr/mirror-repository-action/tags)
2+
[![GitHub Tag Minor](https://img.shields.io/github/v/tag/cssnr/mirror-repository-action?sort=semver&filter=!v*.*.*&logo=git&logoColor=white&labelColor=585858&label=%20)](https://github.com/cssnr/mirror-repository-action/tags)
3+
[![GitHub Release Version](https://img.shields.io/github/v/release/cssnr/mirror-repository-action?logo=git&logoColor=white&labelColor=585858&label=%20)](https://github.com/cssnr/mirror-repository-action/releases/latest)
34
[![Release](https://img.shields.io/github/actions/workflow/status/cssnr/mirror-repository-action/release.yaml?logo=github&label=release)](https://github.com/cssnr/mirror-repository-action/actions/workflows/release.yaml)
45
[![Test](https://img.shields.io/github/actions/workflow/status/cssnr/mirror-repository-action/test.yaml?logo=github&label=test)](https://github.com/cssnr/mirror-repository-action/actions/workflows/test.yaml)
56
[![Lint](https://img.shields.io/github/actions/workflow/status/cssnr/mirror-repository-action/lint.yaml?logo=github&label=lint)](https://github.com/cssnr/mirror-repository-action/actions/workflows/lint.yaml)
@@ -21,8 +22,6 @@
2122

2223
Mirror Git Repository to Remote Host.
2324

24-
A Web Extension for this Action that is in development: https://github.com/cssnr/github-extension
25-
2625
## Inputs
2726

2827
| input | required | default | description |
@@ -60,6 +59,11 @@ A Web Extension for this Action that is in development: https://github.com/cssnr
6059
- The `repo` is automatically set to the GitHub Repository Name. This should only be set to rename repo.
6160
- For Codeberg, use the `host` to `https://codeberg.org` and set the `username` to your Codeberg username.
6261

62+
> [!TIP]
63+
> This process has been automated with a Web Extension.
64+
> However, currently requires manual installation:
65+
> [cssnr/github-extension](https://github.com/cssnr/github-extension)
66+
6367
## Example
6468

6569
The below yaml is available in this file: [.github/workflows/mirror.yaml](mirror.yaml)
@@ -102,17 +106,15 @@ jobs:
102106

103107
## Tags
104108

105-
The following [rolling tags](https://github.com/cssnr/mirror-repository-action/tags) are maintained.
106-
107-
| Tag | Example | Bugs | Feat. | Description |
108-
| -------- | -------- | :--: | :---: | -------------------------------------- |
109-
| `vN` | `v1` | ✅ | ✅ | Points to latest `vN.x.x` release. |
110-
| `vN.N` | `v1.0` | ✅ | ❌ | Points to latest `vN.N.x` release. |
111-
| `vN.N.N` | `v1.0.0` | ❌ | ❌ | Points directly to a specific release. |
109+
The following rolling [tags](https://github.com/cssnr/mirror-repository-action/tags) are maintained.
112110

113-
**Important:** Make sure to use one of the [latest tags](https://github.com/cssnr/mirror-repository-action/tags).
111+
| Tag | Example | Target | Bugs | Feat. | Description |
112+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | -------- | :--: | :---: | --------------------------------------------------------- |
113+
| [![GitHub Tag](https://img.shields.io/github/v/tag/cssnr/mirror-repository-action?sort=semver&filter=!v*.*&style=for-the-badge&label=%20&color=limegreen)](https://github.com/cssnr/mirror-repository-action/releases/latest) | `vN` | `vN.x.x` | ✅ | ✅ | Includes new features but is always backwards compatible. |
114+
| [![GitHub Tag](https://img.shields.io/github/v/tag/cssnr/mirror-repository-action?sort=semver&filter=!v*.*.*&style=for-the-badge&label=%20&color=yellowgreen)](https://github.com/cssnr/mirror-repository-action/releases/latest) | `vN.N` | `vN.N.x` | ✅ | ❌ | Only receives bug fixes. This is the most stable tag. |
115+
| [![GitHub Release](https://img.shields.io/github/v/release/cssnr/mirror-repository-action?style=for-the-badge&label=%20&color=orange)](https://github.com/cssnr/mirror-repository-action/releases/latest) | `vN.N.N` | `vN.N.N` | ❌ | ❌ | Not a rolling tag. **Not** recommended. |
114116

115-
You can view the release notes for each version on the [releases page](https://github.com/cssnr/mirror-repository-action/releases).
117+
You can view the release notes for each version on the [releases](https://github.com/cssnr/mirror-repository-action/releases) page.
116118

117119
# Support
118120

0 commit comments

Comments
 (0)