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 01b6676 commit 9ef6feb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -48,6 +48,12 @@ jobs:
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 9ef6feb

Please sign in to comment.