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
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5

View file

@ -1,7 +1,14 @@
## Naming rules:
Branches: Branches:
- main: default branch, contains custom changes. - `main`: default branch, contains custom changes.
- upstream: tracks stable releases of [nektos/act](https://github.com/nektos/act/). - `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/).
--- ---