workflow-sandbox 0.2.0rc1
Pre-release
Pre-release
·
75 commits
to master
since this release
This is the first release of workflow-sandbox using the release flow branching model/strategy. When a release candidate was identified (a574270, C below):
- A new branch
maintenance/0.2.xwas created, to service the minor release0.2. - The commit was tagged
v0.2.0rc1, the first release candidate of this version. - Using the
release-branch-semverversion scheme of pypa/setuptools-scm#430, subsequent untagged commits are versioned (with local schemeno-local-version):
In pictures, this looks like:
D [maintenance/0.2.x]
/
B -- C---E [master]
^
[v0.2.0rc1]
Actual releases, e.g. 0.2.0 and bugfix releases 0.2.1, 0.2.2, etc. will be tagged on maintenance/0.2.x alone. This branch will contain no development, but cherry pick bug-fixes from master.
Note
- All tagged releases (including candidates) are published on PyPI and TestPyPI automatically.
- All pushes to
masterandmaintenance/*branches are published on TestPyPI automatically with adevversion.