File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ pull_request :
7+ branches :
8+ - main
69permissions :
710 contents : write
811jobs :
Original file line number Diff line number Diff line change @@ -14,10 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414## [ Unreleased]
1515
1616### Bug Fixes
17+ - Fix changelog configuration
1718- Fix conventional commit script execution in GitHub Actions
1819 - Fixed by @ns-vasilev in Pull Request [ #29 ] ( https://github.com/space-code/validator/pull/29 ) .
1920
2021### Miscellaneous Tasks
22+ - Add ` changelog.yml ` workflow
23+ - Contributed by @ns-vasilev in Pull Request [ #30 ] ( https://github.com/space-code/validator/pull/30 ) .
2124- Update workflow to run tests and build project
2225 - Contributed by @ns-vasilev in Pull Request [ #33 ] ( https://github.com/space-code/validator/pull/33 ) .
2326- Merge ` dev ` into ` main `
Original file line number Diff line number Diff line change 1+ [tools ]
2+ git-cliff = " 2.9.1"
3+
4+ [hooks ]
5+ postinstall = " mise run install"
6+
7+ [settings ]
8+ experimental = true
You can’t perform that action at this time.
0 commit comments