1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
git branch names
----------------
Packaging is done in the upstream repository.
We deviate from DEP-14_ in the following way:
- debian packaging is done in debian/latest (following 2020-11-29 update)
- upstream branch is master
`gbp` is configured to consider these conventions.
.. _DEP-14: https://dep-team.pages.debian.net/deps/dep14/
version tags
------------
procset follows `semantic versioning`_, and (upstream) versions are tagged with the `v` prefix.
Debian releases are tagged with the prefix `debian/`.
`gbp` is configured to consider these conventions.
.. _`semantic versioning`: https://semver.org/
|