docs: add naming rule for git ref
This commit is contained in:
parent
d7e9ea75fc
commit
70cc6c017b
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -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/).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue