Skip to content
Snippets Groups Projects

apertis-pkg-merge-updates: always add the 'Sync from $UPSTREAM' message

Merged Dylan Aïssi requested to merge wip/daissi/improve-merge into apertis/v2025pre
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -153,6 +153,7 @@ def main():
# re-summarize the remaining changes
version = upstream_version.full_version + args.local_suffix + '1'
msg.insert(0,'PLEASE SUMMARIZE remaining Apertis changes')
msg.append("Remaining Apertis specific changes:")
bump_version(
version,
args.osname,
Loading