Skip to content

Commit 25f1fb1

Browse files
authored
fix(ci): fix changelog configuration (#35)
Co-authored-by: ns-vasilev <17319991+ns-vasilev@users.noreply.github.com>
1 parent 3fff963 commit 25f1fb1

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
pull_request:
7+
branches:
8+
- main
69
permissions:
710
contents: write
811
jobs:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

mise.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tools]
2+
git-cliff = "2.9.1"
3+
4+
[hooks]
5+
postinstall = "mise run install"
6+
7+
[settings]
8+
experimental = true

0 commit comments

Comments
 (0)