Skip to content

Commit 3e6185a

Browse files
committed
Fix release script
1 parent bd08ab8 commit 3e6185a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
if: startsWith(github.ref, 'refs/tags/')
6060
with:
6161
name: "v${{ steps.get_version.outputs.version }}"
62-
body: "Notes: https://python-cmake.github.io/pytest-cmake/release/release_notes.html"
62+
body: "Notes: https://python-cmake.github.io/sphinx-cmake/release/release_notes.html"
6363

doc/release/release_notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
Release Notes
55
*************
66

7+
.. release:: Upcoming
8+
9+
.. change:: fixed
10+
11+
Fixed release script.
12+
713
.. release:: 0.1.0
814
:date: 2024-06-04
915

0 commit comments

Comments
 (0)