http://wbotelhos.com/dch_releaser - DCH Releaser is a script to bump Debian's changelog version.
@version 0.1.0
@since 2014.05.21
@author Washington Botelho
@doc wbotelhos.com/dch_releaser
- debian/control
major : API changes which are not backward-compatible.
minor : Releases which add new, but backward-compatible, API features.
patch : Minor changes and bug fixes which do not change the software's API.
Check Software Versioning for more information about nomenclature.
Given you have a debian's structure files like the following:
├── debian
│ ├── changelog
│ ├── compat
│ ├── control
│ ├── postinst
│ └── rules
cd project
dch_release option
If changelog
file not exist, then it will be created and the version will be 0.1.0
as the first one.
If changelog
already exist with some version, this version will be incremented according the option given.
You can use the debian
folder as your template. Just copy it to your project!
The MIT License