Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: write
jobs:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Bug Fixes
- Fix changelog configuration
- Fix conventional commit script execution in GitHub Actions
- Fixed by @ns-vasilev in Pull Request [#29](https://github.com/space-code/validator/pull/29).

### Miscellaneous Tasks
- Add `changelog.yml` workflow
- Contributed by @ns-vasilev in Pull Request [#30](https://github.com/space-code/validator/pull/30).
- Update workflow to run tests and build project
- Contributed by @ns-vasilev in Pull Request [#33](https://github.com/space-code/validator/pull/33).
- Merge `dev` into `main`
Expand Down
8 changes: 8 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tools]
git-cliff = "2.9.1"

[hooks]
postinstall = "mise run install"

[settings]
experimental = true