From 144e4c798b67b0ca7cf4e39c3f39b64f577197c0 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Fri, 21 Nov 2025 14:53:04 +0400 Subject: [PATCH 1/2] fix(ci): fix changelog configuration --- .github/workflows/changelog.yml | 3 +++ mise.toml | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 mise.toml 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/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 From 26a2ef727979ad9901691cd6c5e00118db7558e4 Mon Sep 17 00:00:00 2001 From: ns-vasilev <17319991+ns-vasilev@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:56:02 +0000 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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`