1-get-feet-wet-versioning #2

Merged
hygienic-books merged 36 commits from 1-get-feet-wet-versioning into master 2022-05-02 21:04:55 +00:00
Showing only changes of commit fb4f06fa84 - Show all commits

View File

@ -4,4 +4,11 @@ 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
```