summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2018-05-21 14:37:12 +0200
committerAurélien COUDERC <zecoucou@free.fr>2018-05-21 14:41:17 +0200
commit86461509be2d7109333f9e1549a7800295223ee8 (patch)
tree21a06d35628332fbea3ec4eb02a8f1ee3ae8565a /debian
parentba948cb9ff56a1b08f30bb9741ade0172e2a8582 (diff)
Document source-only upload in the release README
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Release17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/README.Release b/debian/README.Release
new file mode 100644
index 0000000..3e2f475
--- /dev/null
+++ b/debian/README.Release
@@ -0,0 +1,17 @@
+For occasional contributions, the preferred way to contribute to this
+repository is to create a branch on salsa.debian.org, create a merge request
+and ask for the merge request to be reviewed on
+debian-desktop@lists.debian.org.
+
+For Debian developers and maintainers doing the tag and publication work for
+the package, the preferred workflow is the following.
+
+- During development cycle:
+ -> simply git commit, or accept merge requests
+
+- To prepare a release, as a source-only upload:
+ gbp dch -R --commit
+ gbp buildpackage --git-tag --changes-option=-S
+
+- To prepare d/changelog for the next development cycle:
+ gbp dch -N new_version --commit