ZAB909 / ChapterMaster

13 stars 27 forks source link

Add build and deployment pipelines #175

Open GalacticChimp opened 1 year ago

GalacticChimp commented 1 year ago

Finishing this task will trivialize creating new packages and dramatically reduce workload for @ZAB909 before, during and after every release. Optimally, one button press will build, zip and upload a new package.

renatosilvatimebel commented 1 year ago

maybe you can trigger the pipeline when creating a Tag, that way there is no need to keep old releases on branches and you can add release notes comparing commits/merges from the latest tag and current tag (v0.8.2.1 vs 0.8.3.0). idk, just an idea

GalacticChimp commented 12 months ago

maybe you can trigger the pipeline when creating a Tag, that way there is no need to keep old releases on branches and you can add release notes comparing commits/merges from the latest tag and current tag (v0.8.2.1 vs 0.8.3.0). idk, just an idea

hmm, interesting idea, I'll look into it once I start this task