effekt-lang / effekt

A language with lexical effect handlers and lightweight effect polymorphism
https://effekt-lang.org
MIT License
334 stars 24 forks source link

Add a autorelease workflow for patches (x.y.{z+1}) #675

Open jiribenes opened 2 weeks ago

jiribenes commented 2 weeks ago

Currently, we can only autorelease minor versions (x.y.z -> x.{y+1}.0). This PR adds support for autoreleasing patches on clicking the workflow (x.y.z -> x.y.{z+1}).

I haven't tested this yet and won't in the near future (since we should probably test it on a fork just to be safe).