Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Mar 9, 2024
1 parent cc38137 commit 9a1dcef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y build-essential debhelper

- name: Generate changelog
run: |
git log --pretty=format:"%h %s (%an)" > debian/changelog
echo "kde-keyboard-shortcuts (${{steps.get_version.outputs.VERSION}}) distribution; urgency=low" | cat - debian/changelog > temp && mv temp debian/changelog
echo "" >> debian/changelog
echo " -- Arran Ubels <[email protected]> $(date -R)" >> debian/changelog
- name: Get version from tag
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
debian/changelog
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kde-keyboard-shortcuts-with-meta (1.0) UNRELEASED; urgency=medium

* Initial release. Static changelog

-- Arran Ubels <[email protected]> Mon, 07 Mar 2024 12:00:00 +0000

0 comments on commit 9a1dcef

Please sign in to comment.