Skip to content

Commit 314b25c

Browse files
committed
fix: changelog stuff
1 parent c477f67 commit 314b25c

File tree

5 files changed

+49
-2
lines changed

5 files changed

+49
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code owner settings for the Byte Bot project
1+
# Code owner settings for the project
22
# @maintainers should be assigned to all reviews.
33
# Most specific assignment takes precedence though, so if you add a more specific thing than the `*` glob, you must also add @maintainers
44
# For more info about code owners see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-example

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ docs-serve: ## Serve the docs locally
4343

4444
docs: ## Dump the existing built docs and rebuild them
4545
@uv run sphinx-build -M html docs docs/_build/ -E -a -j auto --keep-going
46+
47+
changelog: ## Generate a changelog
48+
@uv run git-cliff --config pyproject.toml --output docs/changelog.rst

docs/changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,27 @@ Changelog
44

55
All commits to this project will be documented in this file.
66

7+
[unreleased]
8+
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
9+
10+
Bug Fixes
11+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12+
13+
* (`8992f09 <https://github.com/JacobCoffee/python-source-builder/commit/8992f090fc8b03fd4bd75bf6bebd0128d972183b>`_) - Source tooling (Jacob Coffee)
14+
* (`20d9a5b <https://github.com/JacobCoffee/python-source-builder/commit/20d9a5b0789a9c8d661bcb270cb9f688abc888fe>`_) - Link (Jacob Coffee)
15+
* (`390450b <https://github.com/JacobCoffee/python-source-builder/commit/390450b81d8b2884ee2fb5d97d302b632bd3dc1b>`_) - Small url fix (Jacob Coffee)
16+
* (`c477f67 <https://github.com/JacobCoffee/python-source-builder/commit/c477f67cbcd6d3c71f506f88ef0299d4c28e4d20>`_) - Update ci perms (Jacob Coffee)
17+
18+
Features
19+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20+
21+
* (`868cb20 <https://github.com/JacobCoffee/python-source-builder/commit/868cb2011815429e4f6e186e02594f73e4e02fff>`_) - Source initial work (Jacob Coffee)
22+
23+
Miscellaneous Tasks
24+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
25+
26+
* (`cad537f <https://github.com/JacobCoffee/python-source-builder/commit/cad537f8213212fd2c2541b622e5779356d2d983>`_) - Update links (Jacob Coffee)
27+
* (`86c0cd7 <https://github.com/JacobCoffee/python-source-builder/commit/86c0cd7e549840aecf1c4e2d802bec0be5994e74>`_) - Cleanup (Jacob Coffee)
28+
* (`40dbc54 <https://github.com/JacobCoffee/python-source-builder/commit/40dbc5480dc239581d2b85de637c7cc34d08b5a8>`_) - Cleanup reverse reverse (Jacob Coffee)
29+
30+
App Changelog

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dev-dependencies = [
4242
"shibuya>=2024.8.30",
4343
"sphinxcontrib-mermaid>=0.9.2",
4444
"sphinx-design>=0.6.1",
45+
"git-cliff>=2.6.1",
4546
]
4647
package = true
4748

@@ -187,7 +188,7 @@ body = """
187188
"""
188189
trim = true
189190
footer = """
190-
Byte Bot Changelog
191+
App Changelog
191192
"""
192193
#postprocessors = [{ pattern = "`", replace = "``" }]
193194

uv.lock

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)