Skip to content

Commit

Permalink
Merge pull request #131 from ESSS/release-2.2.0
Browse files Browse the repository at this point in the history
Prepare release 2.2.0
  • Loading branch information
nicoddemus authored Oct 24, 2024
2 parents a9aa0fe + c1dcecc commit 0df6dbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

pull_request:

Expand Down Expand Up @@ -64,6 +66,10 @@ jobs:
user: __token__
password: ${{ secrets.pypi_token }}
attestations: true
- name: GitHub Release
uses: softprops/[email protected]
with:
files: dist/*

sonarcloud:

Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2.2.0 (UNRELEASED)
------------------
2.2.0
-----

**Release**: 2024-10-24

* ``PriorityCallback`` now has type checking support, similar to ``Callback``, with type checked variants: ``PriorityCallback0``, ``PriorityCallback1``, etc (`#128`_).
* ``UnregisterContext`` is now public, meant to be used in type annotations.
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ Release
-------
A reminder for the maintainers on how to make a new release.

Note that the VERSION should follow the semantic versioning as X.Y.Z
Ex.: v1.0.5
Note that the VERSION should follow the semantic versioning as ``X.Y.Z`` (e.g. ``v1.0.5``).

1. Create a ``release-VERSION`` branch from ``upstream/master``.
2. Update ``CHANGELOG.rst``.
Expand Down

0 comments on commit 0df6dbc

Please sign in to comment.