glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
742 stars 153 forks source link

Setup automated changelog generation for release process #2331

Closed dhomeier closed 2 years ago

dhomeier commented 2 years ago

Description

Adding workflow and configuration for updating changelog automatically from PR titles and labels, using GH actions.

The next release action should thus create entries for these PRs (+ any to come until then), to be verified:

### v1.6.0 (unreleased)

### What's Changed

#### Bug Fixes

- Modify scatter viewer to not prepend axis labels with 'Log' when using log scale axes. [#2323]

- Fixed a bug where minor tick marks were not respecting the settings colors. [#2305]

- Fix an issue where the histogram layer artist would not redraw if
  the histogram sum was zero. [#2300]
dhomeier commented 2 years ago

The release guide is now only linked from the RELEASE.rst file, not the general developer docs - but probably should not be that widely needed. Still could add a line there to write descriptive PR labels.

dhomeier commented 2 years ago

In the top-level index or in developer_guide.rst? I agree it should be navigable somewhere from the TOC, but is probably specific enough for the latter.

astrofrog commented 2 years ago

Yes sorry that's what I meant :facepalm: