From fab7a09d6332ce7c216975ed3340dd37c0e212bd Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 15 Feb 2023 11:13:24 -0600 Subject: [PATCH] Update release notes for 0.3.4 --- CHANGELOG.md | 17 +++++++++++++++++ RELEASING.md | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270908c..fb98575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## Version 0.3.4 (2023/02/15) + +### Issues Closed + +* [Issue 26](https://github.com/pytroll/pydecorate/issues/26) - Unittests are failing with unstable builds + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 27](https://github.com/pytroll/pydecorate/pull/27) - Fix colorbar orientation to always be min->max + +In this release 1 pull request was closed. + + ## Version 0.3.3 (2022/02/17) ### Pull Requests Merged diff --git a/RELEASING.md b/RELEASING.md index b4434e1..fbd3768 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -6,7 +6,7 @@ 4. run `loghub` and update the `CHANGELOG.md` file: ``` - loghub pytroll/pydecorate --token $LOGHUB_GITHUB_TOKEN -st v -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backward incompatible changes" -plg refactor "Refactoring" + loghub pytroll/pydecorate --token $LOGHUB_GITHUB_TOKEN -st $(git tag --sort=-version:refname --list 'v*' | head -n 1) -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backward incompatible changes" -plg refactor "Refactoring" ``` This uses a `LOGHUB_GITHUB_TOKEN` environment variable. This must be created