rack / rack-session

MIT License
32 stars 14 forks source link

Add GitHub releases for 0.2.1, 0.3.0 #17

Closed dentarg closed 1 year ago

dentarg commented 1 year ago

The published versions 0.2.1, 0.3.0 are missing from https://github.com/rack/rack-session/releases (but there are tags https://github.com/rack/rack-session/tags)

Seeing there's no changelog file in the repo I think it would be good to create the releases to documented what changed in each version.

ioquatix commented 1 year ago

All the tags now have releases. I wonder if we can automate this?

dentarg commented 1 year ago

Yes possible to automate with Actions and GitHub CLI for example, here's an example workflow: https://github.com/cloudamqp/lavinmq/blob/2286eb041ff9c7b07f71f6a38d5b3f9fe4facf96/.github/workflows/release.yml

ioquatix commented 1 year ago

That's super awesome, I'm going to try it out later.