Why in my script I am unable to put multiline text changelog entry upon debian?
4
votes
2
answers
426
views
I am automating version bumping of my project with this bash script:
#!/usr/bin/env bash
CHANGELOG="Changelog.md"
DEBIAN_CHANGELOG="debian/changelog"
UPSTREAM_VERSION=$(cat VERSION)
# Updating entries in rpm files
DEB_RELEASE_NOTES=$(awk '{print " * " $0}' Mon, 10 Mar 2025 20:08:00 +0200
Whereas the RELEASE_NOTES
file contains:
1. Split codebase into multiple files.
2. Use a seperate version file and define built version upon compile.
4. [BUGFIX] If input file is same as output file copy input file into a temporary one.
5. Improved Documentation
Do you know why all lines are stuck as a single bullet???
Asked by Dimitrios Desyllas
(1301 rep)
Mar 10, 2025, 06:26 PM
Last activity: Mar 25, 2025, 08:07 PM
Last activity: Mar 25, 2025, 08:07 PM