summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorarun <arun@web>2022-05-28 15:22:13 +0000
committerIkiWiki <ikiwiki.info>2022-05-28 15:22:13 +0000
commit0d6225dbcc89b21ac6882eb04a697b5c426cb633 (patch)
treea7ca04a8cf9b92aa2de8ae35e2b6425322019ac7 /Software
parenta6fdf73afd0235bad4059df07a4174124cfbe45d (diff)
pulseaudio: Add a warning note to maintainer docs
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/Documentation/Maintainer.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/PulseAudio/Documentation/Maintainer.mdwn b/Software/PulseAudio/Documentation/Maintainer.mdwn
index f54959a5..5117674f 100644
--- a/Software/PulseAudio/Documentation/Maintainer.mdwn
+++ b/Software/PulseAudio/Documentation/Maintainer.mdwn
@@ -60,6 +60,8 @@ Git shortlog can be used to generate the contributor list that we add to the ent
---
## Tag the last commit locally (don't make the tag public yet)
+Make sure your `master` is the same `origin/master`! This may not be the case if you have some commits locally that were merged by Marge Bot.
+
Create a signed tag:
git tag -s -m "PulseAudio 4.99.1" v4.99.1 master