We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756f005 commit 5ed9d0eCopy full SHA for 5ed9d0e
.github/workflows/release.yml
@@ -39,9 +39,7 @@ jobs:
39
id: changelog_reader
40
uses: mindsers/changelog-reader-action@v2
41
with:
42
- validation_level: warn
43
version: ${{ steps.tag_name.outputs.current_version }}
44
- path: ./CHANGELOG.md
45
- name: Create/update release
46
uses: ncipollo/release-action@v1
47
CHANGELOG.md
@@ -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
8
## [0.6.2](https://github.com/olzhasar/pytest-watcher/releases/tag/0.6.2) - 2025-12-28
9
10
### Bugfixes
0 commit comments