Skip to content

Commit

Permalink
ci: add missing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Feb 18, 2024
1 parent e8d5c8e commit a68878d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ jobs:
- name: Print env
run: |
echo $BRANCH $KERNELVER $DT
- name: Generate Changelog
run: |
echo "# CI-Build for $BRANCH ($KERNELVER)" > ${{ github.workspace }}-CHANGELOG.txt
echo "last commits:" >> ${{ github.workspace }}-CHANGELOG.txt
git log --pretty=format:"%h %ad %s %d by %an" --date=short >> ${{ github.workspace }}-CHANGELOG.txt
- name: Setup cache
id: cache
uses: actions/cache@v4
Expand Down

0 comments on commit a68878d

Please sign in to comment.