Compare commits
No commits in common. "fb4f06fa840ebfdfebcf9d8c683dbeac2ac8c0af" and "850c3081e4c1249ea8a5275a888c67c11ae7785c" have entirely different histories.
fb4f06fa84
...
850c3081e4
@ -4,11 +4,4 @@ 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
|
||||
```
|
||||
* `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
|
@ -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,8 +77,7 @@
|
||||
{ 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 = "Documentation", directory = "docs", showcontent = true }
|
||||
{ name = "Test", directory = "test", 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