From 70cc6c017bc8382b2efe4a50266f733037094da8 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Tue, 22 Nov 2022 15:05:12 +0800 Subject: [PATCH] docs: add naming rule for git ref --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2305f20..b969d32 100644 --- a/README.md +++ b/README.md @@ -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/). ---