Skip to content

Commit

Permalink
fix(ci): update changelog gen cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Oct 11, 2024
1 parent 314b25c commit 25578a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: git-cliff
with:
config: pyproject.toml
args: -vv --latest --strip header
args: --latest

- name: Commit changelog
run: |
Expand Down
6 changes: 5 additions & 1 deletion app/applets/core/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
<h1 class="text-3xl font-bold text-gray-900">Custom Python from source</h1>
</div>
<nav class="flex items-center space-x-4">
<a href="https://docs.pysourcebuild.scriptr.dev/" class="bg-primary hover:bg-primary text-white font-bold py-2 px-4 rounded">Docs</a>
<a
href="https://docs.pysourcebuild.scriptr.dev/"
class="bg-primary hover:bg-primary text-white font-bold py-2 px-4 rounded">
Docs
</a>
<a href="/api" class="bg-primary hover:bg-primary text-white font-bold py-2 px-4 rounded">API</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Bug Fixes
* (`20d9a5b <https://github.com/JacobCoffee/python-source-builder/commit/20d9a5b0789a9c8d661bcb270cb9f688abc888fe>`_) - Link (Jacob Coffee)
* (`390450b <https://github.com/JacobCoffee/python-source-builder/commit/390450b81d8b2884ee2fb5d97d302b632bd3dc1b>`_) - Small url fix (Jacob Coffee)
* (`c477f67 <https://github.com/JacobCoffee/python-source-builder/commit/c477f67cbcd6d3c71f506f88ef0299d4c28e4d20>`_) - Update ci perms (Jacob Coffee)
* (`314b25c <https://github.com/JacobCoffee/python-source-builder/commit/314b25c3b64aa8973def3672ee20e61af78c7194>`_) - Changelog stuff (Jacob Coffee)

Features
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 25578a4

Please sign in to comment.