From ece3ecc209fa336c2a0a2f0202538de26531f5e7 Mon Sep 17 00:00:00 2001 From: kzhao921 Date: Mon, 12 Jul 2021 03:08:21 +0000 Subject: [PATCH] Use UTC date for branch naming --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2ad14a6..2448c4a56 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ git clone git@git.dn42.dev:dn42/registry.git The name of the branch ***must*** follow a specific format: `-YYYYMMDD/` - `` is your gitea username. - - `YYYYMMDD` is the current date. + - `YYYYMMDD` is the current date (UTC). - `` is a descriptive name for your change. The branch must be created in the registry on the date described in the branch name, so create the branch and push it to the registry immediately.