summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-10-08 22:41:27 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-10-08 22:41:27 +0200
commite0ddc63300b23f70d0dd0cf936b35a555e410af6 (patch)
tree19d9a205a858f5108fbe38290ab111a0edc2efe0
parent03a66070b52c46224018db326b70ba4051c34e4d (diff)
downloadzsh-e0ddc63300b23f70d0dd0cf936b35a555e410af6.tar.gz
zsh-e0ddc63300b23f70d0dd0cf936b35a555e410af6.zip
Workflow: TODO list for the workflow documentation
-rw-r--r--debian/pkg-zsh-workflow.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index 122401705..253ea4251 100644
--- a/debian/pkg-zsh-workflow.md
+++ b/debian/pkg-zsh-workflow.md
@@ -495,3 +495,16 @@ the local repository do this:
That will make sure that any non-tracked files are removed and that
any changes in tracked files are reverted. The latter will also make
sure that no parts of a quilt patch-queue are still applied.
+
+
+TODO
+====
+
+* How and when to tag releases → `gbp buildpackage --git-tag` or even
+ `gbp buildpackage --git-tag-only` only after the upload has been
+ uploaded/accepted.
+* How and when to push tags. Debian Perl Group's `dpt push` comes in
+ handy.
+* `git commit -m 'Something unimportant' -m 'Git-Dch: Ignore'`
+* `export QUILT_PATCHES=debian/patches` should be mentioned under
+ 'Repository setup', not under 'Verify that the package builds'