diff --git a/CHANGELOG b/CHANGELOG index b789422965480b90c838ab0506a0021c76810f30..5ee84c1bb37811a92e8e3162d6bf50f2aee3ca4b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ v 8.29.0 v 8.28.0 - Reject parameters that override upload fields +- PyPi - Object storage upload route for package files !474 v 8.27.0 diff --git a/PROCESS.md b/PROCESS.md index def0b6d11dd19a14fa61f66c7d2067babe1b3bcc..a82d7e5165d94ccb0c8ac92bcd30c5c839d84220 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -24,6 +24,7 @@ maintainers. The release process is: versions (x.y.1, x.y.2 etc.) , use `x-y-stable`. Also see [below](#versioning) - create a merge request to update CHANGELOG and VERSION on the release branch +- You can use `git log --first-parent <last-version>..master` to see the list of changes - merge the merge request - run `make tag` or `make signed_tag` on the release branch. This will make a tag matching the VERSION file.