Skip to content

Commit 855228b

Browse files
committed
πŸ“š Docs: Add changelog generation to feature list
The recent addition of changelog generation from emoji-typed commit messages was not mentioned in the feature overview. Add it to both the README and the docs landing page so users know it's available.
1 parent 06a540e commit 855228b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Template for Python packages based on [`copier`](https://copier.readthedocs.io/e
88

99
* πŸ“¦ **Package management**:
1010
- Develop with your preferred tools (extras, [`uv`](https://docs.astral.sh/uv/) or [Hatch](https://hatch.pypa.io/)).
11+
- Automatic changelog generation from emoji-typed commit messages.
1112
- Build your package with [Hatch](https://hatch.pypa.io/).
1213
* 🧹 [**Pre-commit**](https://pre-commit.com/): Format and lint your code with [Ruff](https://docs.astral.sh/ruff/).
1314
* πŸ§ͺ **Tests**: Write tests with [`pytest`](https://docs.pytest.org/en/stable/), with optional coverage reporting (basic summary or [Codecov](https://about.codecov.io/) integration).

β€Ždocs/index.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A `copier`-based template for Python packages.
66

77
* πŸ“¦ **Package management**:
88
- Develop with your preferred tools (extras, [`uv`](https://docs.astral.sh/uv/) or [Hatch](https://hatch.pypa.io/)).
9+
- Automatic changelog generation from emoji-typed commit messages.
910
- Build your package with [Hatch](https://hatch.pypa.io/).
1011
* 🧹 [**Pre-commit**](https://pre-commit.com/): Format and lint your code with [Ruff](https://docs.astral.sh/ruff/).
1112
* πŸ§ͺ **Tests**: Write tests with [`pytest`](https://docs.pytest.org/en/stable/), with optional coverage reporting (basic summary or [Codecov](https://about.codecov.io/) integration).

0 commit comments

Comments
Β (0)