forked from Proxmox/proxmox
496afe891e
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
16 lines
501 B
ReStructuredText
16 lines
501 B
ReStructuredText
Versioning
|
|
==========
|
|
|
|
Note that the following applies *per crate*, since each crate is its own debian package:
|
|
|
|
The first commit after a release should bump the version to the next patch level with a ``-dev.1``
|
|
suffix:
|
|
|
|
0.1.0 -> 0.1.1-dev.1
|
|
|
|
It is unlikely that we'll need more than one .dev version, but it may be useful at some point, so
|
|
we'll include teh ``.1``.
|
|
|
|
When releasing a crate, the final commit should be the one stripping the ``-dev`` version and
|
|
updating the ``debian/changelog``.
|