Compare commits
4 Commits
850c3081e4
...
master
Author | SHA1 | Date | |
---|---|---|---|
94ec8a7091 | |||
fb4f06fa84 | |||
aca2c8a79f | |||
9d025ad7cb |
@@ -5,3 +5,10 @@ An approach to having kids use a Kodi media center instance: manage session use
|
|||||||
## Valid Conventional Commits scopes
|
## Valid Conventional Commits scopes
|
||||||
|
|
||||||
* `meta`: Affects the Git project's structure such as for example a `pyproject.toml` change, adding a new directory or changing how a news fragment file is formatted
|
* `meta`: Affects the Git project's structure such as for example a `pyproject.toml` change, adding a new directory or changing how a news fragment file is formatted
|
||||||
|
* Examples:
|
||||||
|
```
|
||||||
|
refactor(meta): Move pytest config into 'pyproject.toml'
|
||||||
|
```
|
||||||
|
```
|
||||||
|
build(meta): Set custom towncrier news topics
|
||||||
|
```
|
@@ -14,7 +14,7 @@
|
|||||||
# via requests
|
# via requests
|
||||||
"requests==2.27.1",
|
"requests==2.27.1",
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
"urllib3==1.26.9",
|
"urllib3==1.26.9"
|
||||||
# via requests
|
# via requests
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
# via
|
# via
|
||||||
# pytest
|
# pytest
|
||||||
# towncrier
|
# towncrier
|
||||||
"towncrier==21.9.0",
|
"towncrier==21.9.0"
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -77,7 +77,8 @@
|
|||||||
{ name = "Bug fixes", directory = "fix", showcontent = true },
|
{ name = "Bug fixes", directory = "fix", showcontent = true },
|
||||||
{ name = "Project structure", directory = "build", showcontent = true },
|
{ name = "Project structure", directory = "build", showcontent = true },
|
||||||
{ name = "Refactor", directory = "refactor", showcontent = true },
|
{ name = "Refactor", directory = "refactor", showcontent = true },
|
||||||
{ name = "Test", directory = "test", showcontent = true }
|
{ name = "Test", directory = "test", showcontent = true },
|
||||||
|
{ name = "Documentation", directory = "docs", showcontent = true }
|
||||||
]
|
]
|
||||||
|
|
||||||
# New format is in the works, not yet part of towncrier 21.9.0
|
# New format is in the works, not yet part of towncrier 21.9.0
|
||||||
|
Reference in New Issue
Block a user