Skip to content

Commit c5c1cbd

Browse files
authored
Minor release patches (#5035)
1 parent 7e5a828 commit c5c1cbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/post_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
gh pr create \
6060
-t "Add new changelog" -b "" \
61-
-l "ci: skip news" -l "C: maintanance" \
61+
-l "ci: skip news" -l "C: maintenance" \
6262
-a $USER
6363
env:
6464
GITHUB_TOKEN: ${{ github.token }}

scripts/release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def __init__(self, black_repo_dir: Path):
103103
self.version_doc_paths = (
104104
self.docs_path / "integrations" / "source_version_control.md",
105105
self.docs_path / "usage_and_configuration" / "the_basics.md",
106+
self.docs_path / "guides" / "using_black_with_jupyter_notebooks.md",
106107
)
107108
self.current_version = self.get_current_version()
108109
self.next_version = self.get_next_version()

0 commit comments

Comments
 (0)