Skip to content

Commit cc991a3

Browse files
committed
chore: update Makefile
1 parent 78f0f7c commit cc991a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010

1111
<small>[Compare with latest](https://github.com/randy3k/radian/compare/v0.6.13...HEAD)</small>
1212

13+
### Chore
14+
15+
- update changelog ([78f0f7c](https://github.com/randy3k/radian/commit/78f0f7ccd849fc981b018a345b7d86566abd6644) by Randy Lai).
16+
1317
<!-- insertion marker -->
1418
## [v0.6.13](https://github.com/randy3k/radian/releases/tag/v0.6.13) - 2024-08-15
1519

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ clean:
88

99

1010
changelog:
11-
git-changelog --convention angular --provider github --output CHANGELOG.md
11+
git-changelog --convention angular --sections feat,fix,refactor,chore,docs,revert \
12+
--provider github --output CHANGELOG.md

0 commit comments

Comments
 (0)