Skip to content

Commit 5ed9d0e

Browse files
committed
Update CHANGELOG. Fix changelog_reader action
1 parent 756f005 commit 5ed9d0e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
id: changelog_reader
4040
uses: mindsers/changelog-reader-action@v2
4141
with:
42-
validation_level: warn
4342
version: ${{ steps.tag_name.outputs.current_version }}
44-
path: ./CHANGELOG.md
4543
- name: Create/update release
4644
uses: ncipollo/release-action@v1
4745
with:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
18
## [0.6.2](https://github.com/olzhasar/pytest-watcher/releases/tag/0.6.2) - 2025-12-28
29

310
### Bugfixes

0 commit comments

Comments
 (0)