Compare commits
3 Commits
850c3081e4
...
fb4f06fa84
Author | SHA1 | Date | |
---|---|---|---|
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
|
||||
|
||||
* `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
|
||||
"requests==2.27.1",
|
||||
# via -r requirements.in
|
||||
"urllib3==1.26.9",
|
||||
"urllib3==1.26.9"
|
||||
# via requests
|
||||
]
|
||||
|
||||
@ -52,14 +52,14 @@
|
||||
# via
|
||||
# pytest
|
||||
# towncrier
|
||||
"towncrier==21.9.0",
|
||||
"towncrier==21.9.0"
|
||||
# via -r requirements.in
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools == 58.0.4",
|
||||
"wheel == 0.37.1"
|
||||
"setuptools==58.0.4",
|
||||
"wheel==0.37.1"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
@ -77,7 +77,8 @@
|
||||
{ name = "Bug fixes", directory = "fix", showcontent = true },
|
||||
{ name = "Project structure", directory = "build", 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user