Skip to content

Commit

Permalink
Update release notes for 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 15, 2023
1 parent c50bcc8 commit fab7a09
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
4. run `loghub` and update the `CHANGELOG.md` file:

```
loghub pytroll/pydecorate --token $LOGHUB_GITHUB_TOKEN -st v<previous version> -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
Expand Down

0 comments on commit fab7a09

Please sign in to comment.