From b67a5caea70a1611ac4d8c5f2bb685603a8d1ed1 Mon Sep 17 00:00:00 2001 From: Lie Ryan Date: Thu, 18 Jan 2024 15:39:41 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- docs/release-process.rst | 15 ++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28df1506a..05b30b20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # **Upcoming release** +- ... + +# Release 1.12.0 + - #733 skip directories with perm error when building autoimport index (@MrBago) - #722, #723 Remove site-packages from packages search tree (@tkrabel) - #738 Implement os.PathLike on Resource (@lieryan) - #739, #736 Ensure autoimport requests uses indexes (@lieryan) +- #734, #735 raise exception when extracting the start of a block without the end # Release 1.11.0 @@ -12,7 +17,6 @@ - #719 Allows the in-memory db to be shared across threads (@tkrabel) - #720 create one sqlite3.Connection per thread using a thread local (@tkrabel) - #715 change AutoImport's `get_modules` to be case sensitive (@bagel897) -- #734 raise exception when extracting the start of a block without the end # Release 1.10.0 diff --git a/docs/release-process.rst b/docs/release-process.rst index 0f05bc979..d73d69b1e 100644 --- a/docs/release-process.rst +++ b/docs/release-process.rst @@ -12,14 +12,15 @@ Release 1. Ensure tickets assigned to Milestones are up to date 2. Update ``CHANGELOG.md`` -3. Increment version number in ``pyproject.toml`` -4. `git commit && git push` -5. Tag the release with the tag annotation containing the release information, +3. Close milestone +4. Increment version number in ``pyproject.toml`` +5. `git commit && git push` +6. Tag the release with the tag annotation containing the release information, ``python bin/tag-release.py`` -6. ``python3 -m build`` -7. ``twine upload dist/rope-$VERSION.{tar.gz,whl}`` -8. Publish to Discussions Announcement -9. Close milestone +7. ``python3 -m build`` +8. ``twine upload dist/rope-$VERSION.{tar.gz,whl}`` +9. Publish to Discussions Announcement +10. Create Github Release Release Schedule