Commit a1de40c 1 parent 315a205 commit a1de40c Copy full SHA for a1de40c
File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,22 @@ Use the fast command (equivalent to `--auto --build --reinst --quiet`) to build
151
151
152
152
debtool --fast DIRECTORY
153
153
154
+ ## Development
155
+
156
+ To run tests (note that [ Travis CI] ( https://travis-ci.org/brbsix/debtool ) runs tests upon push):
157
+
158
+ ` make test `
159
+
160
+ To create a new release:
161
+
162
+ 1 . Bump VERSION in ` debtool `
163
+ 2 . Edit the download instructions in README.md to reflect the new version
164
+ 3 . Build the * .deb* with ` make deb ` and update the changelog when prompted
165
+ 4 . Commit the changes (excluding the * .deb* package)
166
+ 5 . Tag the release (e.g. ` git tag v0.0.1 ` )
167
+ 6 . Push the release (e.g. ` git push origin v0.0.1 ` or ` git push origin --tags ` )
168
+ 7 . Attach the * .deb* package to the release via GitHub's web interface (this keeps builds out of the repo history)
169
+
154
170
## License
155
171
156
172
Copyright (c) 2015 Six
< [email protected] >
You can’t perform that action at this time.
0 commit comments