From c189beedac28c0248d497cc3e219b13a4fa6753d Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Mon, 20 Nov 2023 19:22:28 +0100 Subject: [PATCH] README.md additional notes on two version releases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac430b574..b3a587998 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Additional notes: - Use the `--dry` option to preview the release change. - The release tag (e.g. a/b/rc) is determined from the last release. Use the `--tag` option to switch the release tag. + - For making "outdate" release since we fix minor version to `2x.04.xx` and `2x.10.xx`, use e.g. `bumpver update --set-version v23.10.0rc4 --ignore-vcs-tag` to make the release. ## Acknowledgements