|
1 |
| -[](https://github.com/cssnr/mirror-repository-action/tags) |
2 |
| -[](https://github.com/cssnr/mirror-repository-action/releases/latest) |
| 1 | +[](https://github.com/cssnr/mirror-repository-action/tags) |
| 2 | +[](https://github.com/cssnr/mirror-repository-action/tags) |
| 3 | +[](https://github.com/cssnr/mirror-repository-action/releases/latest) |
3 | 4 | [](https://github.com/cssnr/mirror-repository-action/actions/workflows/release.yaml)
|
4 | 5 | [](https://github.com/cssnr/mirror-repository-action/actions/workflows/test.yaml)
|
5 | 6 | [](https://github.com/cssnr/mirror-repository-action/actions/workflows/lint.yaml)
|
|
21 | 22 |
|
22 | 23 | Mirror Git Repository to Remote Host.
|
23 | 24 |
|
24 |
| -A Web Extension for this Action that is in development: https://github.com/cssnr/github-extension |
25 |
| - |
26 | 25 | ## Inputs
|
27 | 26 |
|
28 | 27 | | input | required | default | description |
|
@@ -60,6 +59,11 @@ A Web Extension for this Action that is in development: https://github.com/cssnr
|
60 | 59 | - The `repo` is automatically set to the GitHub Repository Name. This should only be set to rename repo.
|
61 | 60 | - For Codeberg, use the `host` to `https://codeberg.org` and set the `username` to your Codeberg username.
|
62 | 61 |
|
| 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 | +
|
63 | 67 | ## Example
|
64 | 68 |
|
65 | 69 | The below yaml is available in this file: [.github/workflows/mirror.yaml](mirror.yaml)
|
@@ -102,17 +106,15 @@ jobs:
|
102 | 106 |
|
103 | 107 | ## Tags
|
104 | 108 |
|
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. |
112 | 110 |
|
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 | +| [](https://github.com/cssnr/mirror-repository-action/releases/latest) | `vN` | `vN.x.x` | ✅ | ✅ | Includes new features but is always backwards compatible. | |
| 114 | +| [](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 | +| [](https://github.com/cssnr/mirror-repository-action/releases/latest) | `vN.N.N` | `vN.N.N` | ❌ | ❌ | Not a rolling tag. **Not** recommended. | |
114 | 116 |
|
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. |
116 | 118 |
|
117 | 119 | # Support
|
118 | 120 |
|
|
0 commit comments