This repository has been archived by the owner on May 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Name branches
esdmr edited this page Aug 25, 2021
·
2 revisions
Use the following pattern:
USER/TYPE/NAME
USER/TYPE/SCOPE/NAME
-
USER
: Your GitHub username. -
TYPE
: Any of the following:-
fixes
:- Changes that patches a bug in the codebase.
- Changes that improves performance.
- Changes to Documentation.
- Changes that do not affect the meaning of the code.
- Changes to tests.
-
features
:- A new feature to the codebase.
- A refactor which neither fixes a bug nor adds a feature.
-
chores
:- Changes that affect the build system.
- Changes to the CI configuration files and scripts.
-
-
SCOPE
: The specific part of the project. -
NAME
: A descriptive name explaining the change. Use dashes to separate words. All letters must be lowercase. Prefer the Basic Latin characters.
Use the following pattern:
releases/MAJOR
-
MAJOR
: The major part of the version inpackage.json
.
The documentation CI reserves, creates, and manages the following branches:
-
docs
: Markdown documentation files. -
gh-pages
: GitHub Pages website files.