Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Jan 18, 2024
1 parent 09753b1 commit b67a5ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
15 changes: 8 additions & 7 deletions docs/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b67a5ca

Please sign in to comment.