mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

Prebuilt binaries are missing #207

Closed suzuki-shunsuke closed 11 months ago

suzuki-shunsuke commented 11 months ago

From mmark v2.23.7, prebuilt binaries aren't released at GitHub Releases.

https://github.com/mmarkdown/mmark/releases/tag/v2.2.39

image

Could you release prebuilt binaries? I think it's useful to release prebuilt binaries automatically with GoReleaser or something by CI.

miekg commented 11 months ago

See https://github.com/mmarkdown/mmark/issues/190 I don't have the time to explore this... If there is a simple way to make x86, arm and a windows exe please go ahead

On Sat, 28 Oct 2023, 14:43 Shunsuke Suzuki, @.***> wrote:

As of mmark v2.23.7, prebuilt binaries aren't released at GitHub Releases.

https://github.com/mmarkdown/mmark/releases/tag/v2.2.39 [image: image] https://user-images.githubusercontent.com/13323303/278813857-f0f20ec2-4179-4f41-9445-7000a5c75544.png

Could you release prebuilt binaries? I think it's useful to release prebuilt binaries automatically with GoReleaser or something by CI.

— Reply to this email directly, view it on GitHub https://github.com/mmarkdown/mmark/issues/207, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACWIWYSDPMTPMFZ6JVJPJTYBT4XRAVCNFSM6AAAAAA6UCB6P6VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DMNJYGE4TQNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

suzuki-shunsuke commented 11 months ago

Thank you for your reply. I'm woking on setting up a release workflow with GoReleaser.