Jed Fox
Jed Fox
Related: #482
It looks like the releases aren’t turned into GitHub releases but are just left as tags.
You could do what we do in Prettier and [just put a link to the changelog in the release notes](https://github.com/prettier/prettier/releases). Alternatively, you could create an RSS feed that people could...
It would be cool if there was a GitHub action that: - added a description to newly-created releases based on the `changelog.json` file, and - updated relevant releases when changes...
@shiftkey looks like you just have to [register](https://github.com/features/actions/signup/?account=desktop). Actions were [recently enabled](https://developer.github.com/actions/changes/2018-12-18-limited-public-actions/) for public repos when commits are pushed.