From 452981b83c3868b212c5fbc5a2b625220340c093 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 1 Oct 2024 21:11:54 -0600 Subject: [PATCH] Fix incorrect string in doc --- docs/contributing/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/releasing.md b/docs/contributing/releasing.md index 6019fcd4..5fd31fee 100644 --- a/docs/contributing/releasing.md +++ b/docs/contributing/releasing.md @@ -4,7 +4,7 @@ > we agree we're ready for v1.0.0, we will not increment the major version. 1. Ensure all desired features are merged to `main` branch and `CHANGELOG.md` is - updated. **Do not** edit the `[Unreleased]` header in the CHANGELOG -- the next step + updated. **Do not** edit the `Unreleased` header in the CHANGELOG -- the next step will automatically update it. 1. Use `bump-my-version` to increase the version number in all needed places, e.g. to increase the minor version (`1.2.3` to `1.3.0`):