Skip to content

Commit 8fc5813

Browse files
Upgraded from v2.0.2 -> v2.1.0 (#83)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8bfb7bf commit 8fc5813

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

HISTORY.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
# [2.1.0](https://github.com/tj-actions/git-cliff/compare/v2.0.2...v2.1.0) - (2025-08-14)
4+
5+
## <!-- 0 -->🚀 Features
6+
7+
- Add args back ([#81](https://github.com/tj-actions/git-cliff/issues/81)) ([33bb6a7](https://github.com/tj-actions/git-cliff/commit/33bb6a779b996bf1fdf89dd734a11f638566617b)) - (Tonye Jack)
8+
9+
## <!-- 26 -->🔄 Update
10+
11+
- Updated README.md ([#82](https://github.com/tj-actions/git-cliff/issues/82))
12+
13+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([8bfb7bf](https://github.com/tj-actions/git-cliff/commit/8bfb7bf10268aed30bde8e34ecaeddb6c6149edd)) - (github-actions[bot])
14+
- Updated README.md ([#79](https://github.com/tj-actions/git-cliff/issues/79))
15+
16+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([2191262](https://github.com/tj-actions/git-cliff/commit/21912623c3ff3ac1fdf96dcad366b56859832c76)) - (github-actions[bot])
17+
- Update update-readme.yml ([e0524d8](https://github.com/tj-actions/git-cliff/commit/e0524d8a613748631b1edc2516b54faf862515c9)) - (Tonye Jack)
18+
- Update README.md ([e9a600b](https://github.com/tj-actions/git-cliff/commit/e9a600b19ae286873e98da0666ccf486908de762)) - (Tonye Jack)
19+
20+
## <!-- 9 -->⬆️ Upgrades
21+
22+
- Upgraded to v2.0.2 ([#78](https://github.com/tj-actions/git-cliff/issues/78))
23+
24+
* Upgraded from v2.0.1 -> v2.0.2
25+
26+
* Update README.md
27+
28+
---------
29+
30+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
31+
Co-authored-by: Tonye Jack <[email protected]> ([2501a78](https://github.com/tj-actions/git-cliff/commit/2501a781fd4b710c2337ee1f37f95cdfdaa55e01)) - (github-actions[bot])
32+
333
# [2.0.2](https://github.com/tj-actions/git-cliff/compare/v2.0.1...v2.0.2) - (2025-07-26)
434

535
## <!-- 26 -->🔄 Update

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ Generate changelogs for your project with a generated cliff.toml from [`cliff-te
3434
with:
3535
fetch-depth: 0
3636
- name: Run git-cliff
37-
uses: tj-actions/git-cliff@7b2afa2d0b650c50cde5a7b173a74753ecd29072 # v2
37+
uses: tj-actions/git-cliff@8bfb7bf10268aed30bde8e34ecaeddb6c6149edd # v2
3838
```
3939
4040
## Inputs
4141
4242
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
4343
4444
```yaml
45-
- uses: tj-actions/git-cliff@7b2afa2d0b650c50cde5a7b173a74753ecd29072 # v2
45+
- uses: tj-actions/git-cliff@8bfb7bf10268aed30bde8e34ecaeddb6c6149edd # v2
4646
id: git-cliff
4747
with:
4848
# Extra args passed directly to

0 commit comments

Comments
 (0)