ionspin / kotlin-multiplatform-bignum

A Kotlin multiplatform library for arbitrary precision arithmetics
Apache License 2.0
369 stars 42 forks source link

Use GitHub releases to make watch releases useful #8

Open LouisCAD opened 5 years ago

LouisCAD commented 5 years ago

It'd be great to consistently have all releases of this library published using GitHub releases too so we can be notified: https://github.com/ionspin/kotlin-multiplatform-bignum/releases

ionspin commented 5 years ago

Starting with 0.0.8 I'll try to incorporate GitHub releases into the flow.

LouisCAD commented 5 years ago

A good way to do it is to have a RELEASING.md guide that you keep up to date and follow thoroughly for each release (example here). Another way is to script release to make it semi-automatic as I did here.

ionspin commented 5 years ago

Thanks, that will help!

LouisCAD commented 5 years ago

I see you added first release, thank you 🙂

ionspin commented 5 years ago

Manually for now, but I'll follow your advice and get it at least semi-automatic. I'll close this issue when I get that working properly.