fix: add missing release script
Some checks are pending
Build and Push Docker Images / Build and Push Docker Images (push) Has started running

This commit is contained in:
2025-09-20 13:31:15 +05:00
parent 1399527ddb
commit 741358e32f
5 changed files with 13637 additions and 12752 deletions

4
commitlint.config.js Normal file
View File

@@ -0,0 +1,4 @@
// commitlint.config.js
export default {
extends: ['@commitlint/config-conventional']
};