Skip to content

Commit

Permalink
Exclude tests dir from git log release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
renbauer-fnal committed Mar 17, 2022
1 parent a1add64 commit e4038ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rpm-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Generate Release Notes
id: gen_rel_notes
run: |
git log $(git describe --tags --abbrev=0 --match='enstore-nonprod-[0-9]*')..HEAD -- src/** modules/** > release-notes/${{ steps.prepare_build.outputs.release_name }}.txt
git log $(git describe --tags --abbrev=0 --match='enstore-nonprod-[0-9]*')..HEAD -- src/** modules/** ':!src/tests/**' > release-notes/${{ steps.prepare_build.outputs.release_name }}.txt
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automated Release Notes
Expand Down

0 comments on commit e4038ec

Please sign in to comment.