We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68092f commit 3cc6744Copy full SHA for 3cc6744
.github/workflows/conventional-pr.yml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
branches:
5
- main
6
- - master
+ - dev
7
types:
8
- opened
9
- edited
CHANGELOG.md
@@ -24,6 +24,10 @@ All notable changes to this project will be documented in this file.
24
- Update `dependabot.yml`
25
- Updated in Pull Request [#28](https://github.com/space-code/validator/pull/28).
26
27
+#### Fixed
28
+- Fix conventional commit script execution in GitHub Actions
29
+ - Fixed in Pull Request [#29](https://github.com/space-code/validator/pull/29).
30
+
31
## [1.2.0](https://github.com/space-code/validator/releases/tag/1.2.0)
32
Released on 2025-11-13.
33
0 commit comments