Skip to content

Commit 75c6712

Browse files
committed
chore: release v0.5.0
1 parent aa2a06e commit 75c6712

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: parse_changelog
3939
uses: kiyoon/parse-changelog-action@v1
4040
with:
41-
changelog-path: docs/CHANGELOG.md
41+
changelog-file-path: docs/CHANGELOG.md
4242
version: ${{ steps.parse_commit.outputs.RELEASE_VERSION }}
4343

4444
- name: Create Release

docs/CHANGELOG.md

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

77

88
## [v0.5.0] - 2025-05-07
9+
10+
### Key Changes
11+
12+
- Adapt `changelog-action` and `parse-changelog-action`
13+
- The changelog will not be commited automatically. Instead, it will create a PR.
14+
- Merging the PR will create a release.
15+
916
### :boom: BREAKING CHANGES
1017
- due to [`722b226`](https://github.com/deargen/python-project-template-2024/commit/722b226e740fa91b22c83a5cdbe0262902c62ae2) - deploy creates a PR, and merging it will create a release *(commit by [@kiyoon](https://github.com/kiyoon))*:
1118

0 commit comments

Comments
 (0)