Skip to content

Commit

Permalink
Add Development section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brbsix committed Dec 9, 2015
1 parent 315a205 commit a1de40c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,22 @@ Use the fast command (equivalent to `--auto --build --reinst --quiet`) to build

debtool --fast DIRECTORY

## Development

To run tests (note that [Travis CI](https://travis-ci.org/brbsix/debtool) runs tests upon push):

`make test`

To create a new release:

1. Bump VERSION in `debtool`
2. Edit the download instructions in README.md to reflect the new version
3. Build the *.deb* with `make deb` and update the changelog when prompted
4. Commit the changes (excluding the *.deb* package)
5. Tag the release (e.g. `git tag v0.0.1`)
6. Push the release (e.g. `git push origin v0.0.1` or `git push origin --tags`)
7. Attach the *.deb* package to the release via GitHub's web interface (this keeps builds out of the repo history)

## License

Copyright (c) 2015 Six <[email protected]>
Expand Down

0 comments on commit a1de40c

Please sign in to comment.