Skip to content

Commit ebbe101

Browse files
committed
chore: change version file
1 parent 173f3f3 commit ebbe101

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/.commitlint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default {
3434
'refactor', // Code refactoring
3535
'ci', // Continuous integration changes
3636
'test', // Adding missing tests
37+
'tests', // Adding missing tests
3738
'revert', // Revert to a previous commit
3839
'build', // Changes that affect the build system
3940
'chore', // Other changes that don't modify src or test files

.github/.release-please-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
"section": "Tests",
4444
"hidden": true
4545
},
46+
{
47+
"type": "tests",
48+
"section": "Tests",
49+
"hidden": true
50+
},
4651
{
4752
"type": "build",
4853
"section": "Build System",

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
config-file: .github/.release-please-config.json
24-
manifest-file: .github/.release-please-manifest.json
24+
manifest-file: src/version.json
2525
target-branch: master
2626

2727
...
File renamed without changes.

0 commit comments

Comments
 (0)