Makefile | Include `dev` packages with future stable releases
atc0005 opened this issue · 0 comments
atc0005 commented
I originally intended the dev
packages as a preview of upcoming features that have yet to land in a stable release. In reality, I'm generating dev
packages from a stable tag alongside stable release builds. I then install both:
- deploy
dev
package - wait long enough for all "test" certificate checks to complete as expected using the
check_cert_dev
plugin - deploy stable release package
Since I plan to use this workflow for the foreseeable future I will likely modify the Makefile release-build
recipe here:
Lines 742 to 745 in a0102ca
to include packages-dev
so that dev
packages are also provided with future releases.