Skip to content

Commit

Permalink
generated
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Mar 9, 2024
1 parent dddc87e commit 91247f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Generate changelog
run: |
git log --pretty=format:"%h %s (%an)" > debian/changelog
echo "packagename (version) distribution; urgency=low" | cat - debian/changelog > temp && mv temp debian/changelog
echo "" >> debian/changelog
echo " -- Maintainer Name <[email protected]> $(date -R)" >> debian/changelog
- name: Get version from tag
id: get_version
Expand Down

0 comments on commit 91247f8

Please sign in to comment.