summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-11-29 23:45:33 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-11-29 23:45:33 +0000
commit2df0a7b908450350f73d6b381dddd07019e49af6 (patch)
treeba8fb3625e58d156330c8b30a8262b063981b4d3
parentbb4ce2ed7c6638d88dc1dba201eeae59ca8dba6a (diff)
downloadzsh-2df0a7b908450350f73d6b381dddd07019e49af6.tar.gz
zsh-2df0a7b908450350f73d6b381dddd07019e49af6.zip
workflow: Add an 'Update NEWS' step.
Gbp-Dch: Ignore
-rw-r--r--debian/pkg-zsh-workflow-new-upstream-release.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/pkg-zsh-workflow-new-upstream-release.md b/debian/pkg-zsh-workflow-new-upstream-release.md
index 309cdae30..4b8bb6b26 100644
--- a/debian/pkg-zsh-workflow-new-upstream-release.md
+++ b/debian/pkg-zsh-workflow-new-upstream-release.md
@@ -63,6 +63,16 @@ Example:
% quilt pop -a
% git commit -m "Remove all patches applied upstream"
+### Update `debian/NEWS`
+
+Review the upstream `NEWS` file and the list of compatibilities in the upstream
+`README` file (starts at lineĀ 33) and add them to `debian/NEWS`:
+
+ % less NEWS
+ % less +33 README
+ % dch --news
+ % git commit -m "Add NEWS based on incompatibilities listed in upstream's README."
+
### Create the fake orig tar ball (until we can work with upstream's tarball)
This requires the upstream release to be properly tagged.