feat: initial import from base-configs

This commit is contained in:
2025-06-23 02:28:44 +03:00
parent b56a546ecf
commit 320ca0cef9
9 changed files with 3912 additions and 1 deletions

19
index.cjs Normal file
View File

@@ -0,0 +1,19 @@
'use strict'
module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
'@semantic-release/changelog',
{
changelogTitle:
'# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.'
}
],
'@semantic-release/npm',
'@semantic-release/github',
'@semantic-release/git'
],
preset: 'angular'
}