You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,8 @@ But you might still need to adapt your code:
45
45
46
46
### Cookiecutter template
47
47
48
-
- Switched `project.license` to SPDX expressions and added `project.license-files`.
49
-
This removes deprecated setuptools license metadata and avoids build warnings.
50
-
51
-
- Fixed auto-dependabot workflow failing to trigger merge queue CI or complete
52
-
auto-merge. The workflow now uses a GitHub App installation token (via
53
-
`actions/create-github-app-token`) instead of `GITHUB_TOKEN`, which was
54
-
suppressing subsequent workflow runs by design. Workflow permissions have been
55
-
reduced to the minimum needed for the workflow (`contents: read` and
56
-
`pull-requests: write`).
48
+
- Switched `project.license` to SPDX expressions and added `project.license-files`. This removes deprecated setuptools license metadata and avoids build warnings.
49
+
50
+
- Fixed auto-dependabot workflow failing to trigger merge queue CI or complete auto-merge. The workflow now uses a GitHub App installation token (via `actions/create-github-app-token`) instead of `GITHUB_TOKEN`, which was suppressing subsequent workflow runs by design. Workflow permissions have been reduced to the minimum needed for the workflow (`contents: read` and `pull-requests: write`).
51
+
52
+
- Fix dependabot group patterns for repo-config and mkdocstrings.
0 commit comments