]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Document (for myself) how to do releases
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 23 Apr 2017 10:51:25 +0000 (12:51 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 23 Apr 2017 10:51:25 +0000 (12:51 +0200)
Makefile

index 4998d724b67f2d3ab70eb4162db7b208214b3934..0a37bf739577397c3b05f9b5f36a12401463c693 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,9 @@ install:
 
 test:
        $(MAKE) -C tests
+
+release:
+       : gbp dch --release -N $(shell date +%Y%m%d) --commit
+       : gbp buildpackage --git-tag -b
+       : debrelease rtime
+       : git push --follow-tags