Skip to content

Commit

Permalink
scripts: Include CHANGELOG when version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
Leleat committed Sep 2, 2023
1 parent 2378acd commit 7529397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bash scripts/build.sh

# commit changes
echo Committing version bump...
git add $METADATA $PKGBUILD scripts/aur-build/.SRCINFO translations/*.po translations/*.pot
git add $METADATA $PKGBUILD CHANGELOG.md scripts/aur-build/.SRCINFO translations/*.po translations/*.pot
git commit -m "Release: Bump version to $NEW_VERSION_NR"
echo

Expand Down

0 comments on commit 7529397

Please sign in to comment.