I'm trying to find a way to run dch in non-interactive mode, in order to incorporate the debian/changelog file creation and manipulation within a shell script.
It seems that only when running it with the argument -r "" it works (as specified here). However, I need to use different arguments.
dch -n "some nice message"is enough. – uav Aug 02 '17 at 16:39-nflag doesn't work if you need to create a new change log for the first time:dch: fatal error at line 573: Cannot find debian/changelog anywhere! Are you in the source code tree? (You could use --create if you wish to create this file.)– Wimateeka Dec 10 '19 at 19:40