This repo holds common scripts and files to be included via git submodules across many projects.
git submodule update --remotemake -f git-submod-lib/makefile/Makefile venvmake -f git-submod-lib/makefile/Makefile build-imagemake -f git-submod-lib/makefile/Makefile pull-request-mainmake -f git-submod-lib/makefile/Makefile promotion-alphaOnce the PR is approved and merged:
make -f git-submod-lib/makefile/Makefile github-releaseOnce the Release is published:
make -f git-submod-lib/makefile/Makefile github-imageNow cut a version release branch:
make -f git-submod-lib/makefile/Makefile github-branchNow move main to the next alpha version to capture future development
make -f git-submod-lib/makefile/Makefile version-alphaStart with the version branch to be patched (ie 0.0.x)
make -f git-submod-lib/makefile/Makefile promotion-patchOnce the PR is approved and merged:
make -f git-submod-lib/makefile/Makefile github-release-patchOnce the Patch Release is published:
make -f git-submod-lib/makefile/Makefile github-image