Skip to content

Commit

Permalink
Feature: Added Changelogs
Browse files Browse the repository at this point in the history
Added changelogs to commits
  • Loading branch information
louanfontenele committed Dec 29, 2024
1 parent c39c824 commit f2e9019
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-windows-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
run: |
.github/scripts/generate-changelog.sh
# Set Git user identity to avoid committer identity issues
- name: Set Git User Identity
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Generate Version Tag
id: tag
run: |
Expand Down

0 comments on commit f2e9019

Please sign in to comment.