1
0
mirror of https://gitea.com/gitea/act synced 2026-05-01 01:27:48 +02:00

docs: add naming rule for git ref

This commit is contained in:
Jason Song
2022-11-22 15:05:12 +08:00
parent d7e9ea75fc
commit 70cc6c017b

View File

@@ -1,7 +1,14 @@
## Naming rules:
Branches:
- main: default branch, contains custom changes.
- upstream: tracks stable releases of [nektos/act](https://github.com/nektos/act/).
- `main`: default branch, contains custom changes.
- `nektos/master`: mirror for `master` of [nektos/act](https://github.com/nektos/act/).
Tags:
- `vX.YZ.*`: based on `nektos/vX.Y.Z`, contains custom changes.
- `nektos/vX.Y.Z`: mirror for `vX.Y.Z` of [nektos/act](https://github.com/nektos/act/).
---