BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.37k stars 249 forks source link

feat : add automatic draft prerelease on dev branch and upgrade build steps #403

Closed julio-matarranz closed 1 month ago

julio-matarranz commented 1 month ago

image

julio-matarranz commented 1 month ago

Dear @BitMaker-hub, this PR is a example to simplify the bin management. It creates/updates a versionned prerelease after every build on dev branch using "src/version.h" file. Prerelease can be modified manually to create a release or we could do more with the workflow to automatically create releases.

It's possible to automatically copy binaries into "bin" folder and commit if you prefer but it would be better to use releases and replace the bin directory usage if it's possible.

julio-matarranz commented 1 month ago

Dear @BitMaker-hub, Please let me know what you think about it to eventually make some changes 😉