mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
config: add new misc scope
This commit is contained in:
@@ -24,7 +24,8 @@ const SCOPES = [
|
|||||||
"ci",
|
"ci",
|
||||||
"setup",
|
"setup",
|
||||||
"docs",
|
"docs",
|
||||||
"refactor"
|
"refactor",
|
||||||
|
"misc"
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ All commits must include valid scopes in the commit message. **Valid commit scop
|
|||||||
2. `ci`: changes related to CI
|
2. `ci`: changes related to CI
|
||||||
3. `setup`: setting up someting new in the repo (e.g. eslint, commitlint)
|
3. `setup`: setting up someting new in the repo (e.g. eslint, commitlint)
|
||||||
4. `docs`: changes related to documentation (README etc.)
|
4. `docs`: changes related to documentation (README etc.)
|
||||||
5. `refactor`: used for large scale refactoring (very rare)
|
5. `misc`: miscellaneous changes like package-lock.json updates
|
||||||
|
|
||||||
**Some example commits would look like this:**
|
**Some example commits would look like this:**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user