Skip to content

Commit

Permalink
fix: added changelog to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSte committed Apr 11, 2024
1 parent 96bcb4d commit 494d130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
pkgname: tmux-session
pkgbuild: ./PKGBUILD
assets: ./CHANGELOG.md
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ user. A change is always categorized based on the following types:
- Task: a change is made to the repository that has no effect on the source
code.

# 0.0.1
- Added support for symlinks

# 0.0.0
- First release.

0 comments on commit 494d130

Please sign in to comment.