File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
app/applets/core/templates Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 23
23
id : git-cliff
24
24
with :
25
25
config : pyproject.toml
26
- args : -vv -- latest --strip header
26
+ args : -- latest
27
27
28
28
- name : Commit changelog
29
29
run : |
Original file line number Diff line number Diff line change 41
41
< h1 class ="text-3xl font-bold text-gray-900 "> Custom Python from source</ h1 >
42
42
</ div >
43
43
< 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 >
45
49
< a href ="/api " class ="bg-primary hover:bg-primary text-white font-bold py-2 px-4 rounded "> API</ a >
46
50
</ nav >
47
51
</ div >
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Bug Fixes
14
14
* (`20d9a5b <https://github.com/JacobCoffee/python-source-builder/commit/20d9a5b0789a9c8d661bcb270cb9f688abc888fe >`_) - Link (Jacob Coffee)
15
15
* (`390450b <https://github.com/JacobCoffee/python-source-builder/commit/390450b81d8b2884ee2fb5d97d302b632bd3dc1b >`_) - Small url fix (Jacob Coffee)
16
16
* (`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)
17
18
18
19
Features
19
20
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments