Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Feb 1, 2025
1 parent bca5c18 commit 02a8fe1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Update changelog"
run: |
set -ex
sudo apt-get update
sudo apt-get install -qq -y --no-install-recommends dpkg-dev
OLD_VERSION=$(dpkg-parsechangelog -SVersion)
SOURCE=$(dpkg-parsechangelog -SSource)
cat > debian/changelog <<EOT
${SOURCE} (${OLD_VERSION}+autobuild${BUILD_NUMBER}) UNRELEASED; urgency=medium
* Automated Build
-- Automated Build <builder@localhost> $(date -R)
EOT
- uses: jtdor/build-deb-action@v1
- name: Archive build result
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 02a8fe1

Please sign in to comment.