Koenkk / Z-Stack-firmware

Compilation instructions and hex files for Z-Stack firmwares
MIT License
2.33k stars 643 forks source link

Share prebuilt files on releases, not inside branches in the git #416

Closed RubenKelevra closed 1 year ago

RubenKelevra commented 1 year ago

Hey @Koenkk,

currently you're adding the prebuilt binaries in zip archives into branches to the git repo:

It would be much easier to find and receive notifications on updates if you could just tag the git revision you're building a specific version off and make a release out of it.

Instead of adding the binaries to the git, you could then add the binaries to the release.

This way we can get a notification from GitHub about the new release.

Thanks!

Koenkk commented 1 year ago

This is what I already do: https://github.com/Koenkk/Z-Stack-firmware/releases , 20221226 will be released in a few days from now.

ankushg commented 1 year ago

Nice!

I'm guessing that part of the request is to actually upload the .zip file as files on the release, rather than linking to them?

Also: any chance of also creating Github Releases from develop versions, and explicitly marking them as pre-release in the Github UI?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days