Skip to content

Commit 25578a4

Browse files
committed
fix(ci): update changelog gen cmd
1 parent 314b25c commit 25578a4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: git-cliff
2424
with:
2525
config: pyproject.toml
26-
args: -vv --latest --strip header
26+
args: --latest
2727

2828
- name: Commit changelog
2929
run: |

app/applets/core/templates/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@
4141
<h1 class="text-3xl font-bold text-gray-900">Custom Python from source</h1>
4242
</div>
4343
<nav class="flex items-center space-x-4">
44-
<a href="https://docs.pysourcebuild.scriptr.dev/" class="bg-primary hover:bg-primary text-white font-bold py-2 px-4 rounded">Docs</a>
44+
<a
45+
href="https://docs.pysourcebuild.scriptr.dev/"
46+
class="bg-primary hover:bg-primary text-white font-bold py-2 px-4 rounded">
47+
Docs
48+
</a>
4549
<a href="/api" class="bg-primary hover:bg-primary text-white font-bold py-2 px-4 rounded">API</a>
4650
</nav>
4751
</div>

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Bug Fixes
1414
* (`20d9a5b <https://github.com/JacobCoffee/python-source-builder/commit/20d9a5b0789a9c8d661bcb270cb9f688abc888fe>`_) - Link (Jacob Coffee)
1515
* (`390450b <https://github.com/JacobCoffee/python-source-builder/commit/390450b81d8b2884ee2fb5d97d302b632bd3dc1b>`_) - Small url fix (Jacob Coffee)
1616
* (`c477f67 <https://github.com/JacobCoffee/python-source-builder/commit/c477f67cbcd6d3c71f506f88ef0299d4c28e4d20>`_) - Update ci perms (Jacob Coffee)
17+
* (`314b25c <https://github.com/JacobCoffee/python-source-builder/commit/314b25c3b64aa8973def3672ee20e61af78c7194>`_) - Changelog stuff (Jacob Coffee)
1718

1819
Features
1920
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)