diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 0df4090..9314945 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -3,6 +3,9 @@ on: push: branches: - main + pull_request: + branches: + - main permissions: contents: write jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e66cc..163873b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..0cb51e8 --- /dev/null +++ b/mise.toml @@ -0,0 +1,8 @@ +[tools] +git-cliff = "2.9.1" + +[hooks] +postinstall = "mise run install" + +[settings] +experimental = true \ No newline at end of file