Skip to content

Commit 0fd29b6

Browse files
committed
packaging: adjust release script
remove auto-edit of NEWS.md
1 parent 7f79682 commit 0fd29b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/release-rsync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ About to:
202202
'%define srcdir': srcdir,
203203
}
204204

205-
tweak_files = 'version.h rsync.h NEWS.md'.split()
205+
tweak_files = 'version.h rsync.h'.split()
206206
tweak_files += glob.glob('packaging/*.spec')
207207
tweak_files += glob.glob('packaging/*/*.spec')
208208

0 commit comments

Comments
 (0)