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 d453fd0 commit 55be65bCopy full SHA for 55be65b
.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
@@ -6,6 +6,7 @@ Internal
6
* Add mypy to Pull Request template.
7
* Enable flake8-bugbear lint rules.
* Fix flaky editor-command tests in CI.
+* Require release format of `changelog.md` when making a release.
1.40.0 (2025/10/14)
0 commit comments