Skip to content

Commit

Permalink
DEVELOPMENT.md: Add release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Apr 2, 2019
1 parent 36d59e9 commit d7c016d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,15 @@ Post-1.4.0:
* TODO: Go through all github.com forks of johnath/beep
* TODO: Read up on signal(2).
* TODO: Implement the uinput based beep-daemon for Raspberry Pi.


Release checklist
=================

* `make clean && make check` runs?
* [`CHANGELOG`](CHANGELOG) up to date?
* [`CHANGELOG`](CHANGELOG) version number current?
* [`GNUmakefile`](GNUmakefile) `PACKAGE_VERSION` up to date?
* `make clean && make check` runs?
* `git push`
* enjoy the [github releases web interface](https://github.com/spkr-beep/beep/releases)

0 comments on commit d7c016d

Please sign in to comment.