mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-05-06 20:55:23 +08:00
Use UTC date for branch naming
This commit is contained in:
parent
b43d6a6409
commit
ece3ecc209
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ git clone git@git.dn42.dev:dn42/registry.git
|
|||
The name of the branch ***must*** follow a specific format:
|
||||
`<username>-YYYYMMDD/<name>`
|
||||
- `<username>` is your gitea username.
|
||||
- `YYYYMMDD` is the current date.
|
||||
- `YYYYMMDD` is the current date (UTC).
|
||||
- `<name>` 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue