Closed andy-maier closed 4 months ago
Encapsulate the release of a version into a single make command, e.g. VERSION=M.N.U make release
VERSION=M.N.U make release
That "make release" target should perform these steps:
VERSION
${VERSION}a0
master
stable_M.N
The existing "publish" workflow should get these changes:
The "Releasing a version" section in the docs would then become:
${VERSION}
Encapsulate the release of a version into a single make command, e.g.
VERSION=M.N.U make release
That "make release" target should perform these steps:
VERSION
env var is set${VERSION}a0
existsmaster
orstable_M.N
)The existing "publish" workflow should get these changes:
The "Releasing a version" section in the docs would then become:
${VERSION}
(step 1)VERSION=M.N.U make release
${VERSION}
(step 10)