Skip to content

wbotelhos/dch_releaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

DCH Releaser - A Debian's Changelog Bumper

http://wbotelhos.com/dch_releaser - DCH Releaser is a script to bump Debian's changelog version.

Version

@version  0.1.0
@since    2014.05.21
@author   Washington Botelho
@doc      wbotelhos.com/dch_releaser

Required Files

  • debian/control

Options

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.

Usage

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.

Plus

You can use the debian folder as your template. Just copy it to your project!

Contributors

Check it out

Licence

The MIT License

Love it!

Via PayPal or Gittip. Thanks! (:

About

DCH Releaser - A Debian's Changelog Bumper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages