From 0b12f5f4ba4469fc09d2ac2b53c5cec5f354401c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 20:23:12 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/contribute/tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/contribute/tasks.md b/docs/source/contribute/tasks.md index c953d5cf..7fd63689 100644 --- a/docs/source/contribute/tasks.md +++ b/docs/source/contribute/tasks.md @@ -122,10 +122,10 @@ To create a new release, follow these steps: - Go to the [GitHub repository](https://github.com/jupyterhub/repo2docker) - Click `Draft a new release` - Click `Tag` - - Type in a new tag like `YYYY.MM.N` (where `N` is the release number this month, usually it is `0`) + - Type in a new tag like `YYYY.MM.N` (where `N` is the release number this month, usually it is `0`) - Title: ` ` (E.g., `August 2025`) - Body: Paste the output of `github-activity` since the date of the last release. - - E.g. `github-activity jupyterhub/repo2docker -s 2025-08-01 + - E.g. `github-activity jupyterhub/repo2docker -s 2025-08-01 - Click `Publish release` This will create a new release **and a new tag**.