Remove the hard-coded "-1" suffix to package versions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
The --version-suffix parameter permit to add it if need.
This commit is contained in:
parent
cafe12ed3d
commit
d7ff1fd03f
1 changed files with 1 additions and 1 deletions
2
gitdch
2
gitdch
|
@ -276,7 +276,7 @@ changelog_lines = []
|
|||
for version in versions:
|
||||
# pylint: disable=consider-using-f-string
|
||||
changelog_lines.append(
|
||||
'{package} ({version}-1) {code_name}; urgency={urgency}\n\n'.format(
|
||||
'{package} ({version}) {code_name}; urgency={urgency}\n\n'.format(
|
||||
package=options.package_name,
|
||||
version=version['name'],
|
||||
code_name=options.code_name,
|
||||
|
|
Loading…
Reference in a new issue