Skip to content

Commit

Permalink
chore: add changelog target
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed May 1, 2024
1 parent 2db249e commit d7bcb17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ style-apply: spotlessApply clang-format
debug: style-lint
./gradlew assembleDebug

# add SPDX license header
reuse:
pipx run reuse annotate \
--recursive --skip-unrecognised \
Expand All @@ -50,6 +51,10 @@ reuse:
# checkout ignore file
git checkout gradlew gradlew.bat gradle/* CHANGELOG.md

# generate changlog
cliff:
git-cliff -o CHANGELOG.md

TRANSLATE=$(resDir)/values-zh-rCN/strings.xml
release: opencc-data style-lint
./gradlew assembleRelease
Expand Down

0 comments on commit d7bcb17

Please sign in to comment.