AObuchow / Eclipse-Spectrum-Theme

Eclipse plugin which adds the Spectrum theme.
https://marketplace.eclipse.org/content/spectrum-dark-theme
Eclipse Public License 2.0
23 stars 5 forks source link

Add GitHub Workflow for generating changelog #89

Open AObuchow opened 4 years ago

AObuchow commented 4 years ago

It'd be nice to have changelogs automatically created based on the closed issues for a given release. I could feature this change log/release notes on the project's README as well as the marketplace listing.

A step further would be to automatically generate the Eclipse marketplace listing so that I can easily copy/paste it into the Eclipse marketplace site when a new release occurs, but this might be a bit overkill.

It seems such GitHub workflows already exist:

AObuchow commented 4 years ago

@ingomohr this might interest you too - now you got me thinking of all the cool automation possibilities that GitHub workflows bring :D

AObuchow commented 4 years ago

Unrelated - some potentially cool/useful GitHub workflows I found:

ingomohr commented 4 years ago

@ingomohr this might interest you too - now you got me thinking of all the cool automation possibilities that GitHub workflows bring :D

Yep, this is of interest to me :)

Even though I think a changelog should be a built-in feature in Github for every release. ;) (as for instance in Jira - and probably in other tools w/ issue tracking, too)