Skip to content

Commit 567729b

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2026-01-18) ### Bug Fixes * fix release workflow not able to use git cli to create manual tags ([2769648](2769648))
1 parent 2769648 commit 567729b

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.1](https://github.com/nidotls/git-log-action/compare/v2.0.0...v2.0.1) (2026-01-18)
2+
3+
### Bug Fixes
4+
5+
* fix release workflow not able to use git cli to create manual tags ([2769648](https://github.com/nidotls/git-log-action/commit/27696482da74352e3d0172071b2cdd3449585f64))
6+
17
## [2.0.0](https://github.com/nidotls/git-log-action/compare/v1.0.5...v2.0.0) (2026-01-18)
28

39
### ⚠ BREAKING CHANGES

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "git-log-action",
33
"description": "GitHub Action to generate a commit-based changelog between git tags",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"author": "nils",
66
"type": "module",
77
"private": true,

0 commit comments

Comments
 (0)