Skip to content

Commit

Permalink
Fix broken changelog for Debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Dec 8, 2024
1 parent 499f1af commit b8a670b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Version to build'
description: 'Version to build (without prefix v)'
required: true
type: string

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload package
uses: actions/upload-artifact@v4
with:
path: builddir/argos_${{ env.VERSION }}-1_all.deb
path: builddir/argos_${{ env.VERSION }}_all.deb
if-no-files-found: error
env:
VERSION: ${{ inputs.version }}
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
argos (1.15.0) RELEASED; urgency=medium
argos (1.15.0-1) RELEASED; urgency=medium

* 1.15.0 release.

Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare-next-release
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NEWS_HEADER="[Unreleased]\n============\n\nAdded\n-----\n\nChanged\n-------\n\nR

CHANGELOG_DATE=$(LANG=C date +"%a, %d %b %Y %H:%M:%S %z")
CHANGELOG_AUTHOR="$(git config user.name) <$(git config user.email)>"
CHANGELOG="argos (${NEW_VERSION}) UNRELEASED; urgency=medium
CHANGELOG="argos (${NEW_VERSION}-1) UNRELEASED; urgency=medium
* ${NEW_VERSION} release.
Expand Down

0 comments on commit b8a670b

Please sign in to comment.