We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0577f2 commit c0e8000Copy full SHA for c0e8000
.github/workflows/publish.yml
@@ -8,8 +8,19 @@ permissions:
8
contents: read
9
10
jobs:
11
+ docs:
12
+ runs-on: ubuntu-latest
13
+
14
+ steps:
15
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
17
+ - name: Require release changelog form
18
+ run: |
19
+ if grep -q TBD changelog.md; then false; fi
20
21
test:
22
runs-on: ubuntu-latest
23
+ needs: [docs]
24
25
strategy:
26
matrix:
changelog.md
@@ -4,6 +4,7 @@ Upcoming (TBD)
4
Internal
5
--------
6
* Add mypy to Pull Request template.
7
+* Require release format of `changelog.md` when making a release.
1.40.0 (2025/10/14)
0 commit comments