Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbotelhos/dch_releaser
DCH Releaser - A Debian's Changelog Bumper
https://github.com/wbotelhos/dch_releaser
dcard debian
Last synced: 23 days ago
JSON representation
DCH Releaser - A Debian's Changelog Bumper
- Host: GitHub
- URL: https://github.com/wbotelhos/dch_releaser
- Owner: wbotelhos
- Created: 2014-05-22T19:04:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T16:21:26.000Z (over 8 years ago)
- Last Synced: 2024-05-02T05:52:03.454Z (6 months ago)
- Topics: dcard, debian
- Language: Shell
- Homepage: http://wbotelhos.com/dch_releaser
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DCH Releaser - A Debian's Changelog Bumper
[http://wbotelhos.com/dch_releaser](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
```bash
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](http://en.wikipedia.org/wiki/Software_versioning) for more information about nomenclature.
## Usage
Given you have a debian's structure files like the following:
```bash
├── debian
│ ├── changelog
│ ├── compat
│ ├── control
│ ├── postinst
│ └── rules
``````bash
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](http://github.com/wbotelhos/dch_releaser/graphs/contributors)
## Licence
The MIT License
## Love it!
Via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=X8HEP2878NDEG&item_name=DCH%20Releaser) or [Gittip](http://www.gittip.com/wbotelhos). Thanks! (: