watercooler-labs / toggl-cli

🕐 Command Line App for Toggl Track
MIT License
31 stars 7 forks source link

📦 Build binaries on tag pushes #40

Closed heytherewill closed 2 years ago

heytherewill commented 2 years ago

Closes #33

This creates the binaries and adds them to the action. Further work for uploading them to the package manager registries is to be done in #31.

Do note that I'm not creating releases. IMO these should be created manually so we can add the changelog (or maybe we can have a rolling changelog that we add things on each commit? We need to think this through)

shantanuraj commented 2 years ago

I think we can explore the idea of creating draft releases on each merge to master, so we'd have always have a draft at hand and would only need to publish it when we're ready.

But yeah that can be a separate PR.