feat(regime)
This commit is contained in:
commit
2be7ec6836
62 changed files with 1817 additions and 0 deletions
1
templates/adapts-to/bun/.regime-template.json
Normal file
1
templates/adapts-to/bun/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
5
templates/adapts-to/bun/package.json
Normal file
5
templates/adapts-to/bun/package.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.13"
|
||||
}
|
||||
}
|
||||
13
templates/adapts-to/bun/tsconfig.bun.json
Normal file
13
templates/adapts-to/bun/tsconfig.bun.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"references": [
|
||||
{ "path": "./tsconfig.src.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"types": ["bun"]
|
||||
},
|
||||
"include": [
|
||||
"src/bun"
|
||||
]
|
||||
}
|
||||
5
templates/adapts-to/bun/tsconfig.json
Normal file
5
templates/adapts-to/bun/tsconfig.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"references": [
|
||||
{ "path": "./tsconfig.bun.json" }
|
||||
]
|
||||
}
|
||||
5
templates/adapts-to/bun/tsconfig.src.json
Normal file
5
templates/adapts-to/bun/tsconfig.src.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"exclude": [
|
||||
"src/bun"
|
||||
]
|
||||
}
|
||||
1
templates/adapts-to/cloudflare/.regime-template.json
Normal file
1
templates/adapts-to/cloudflare/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
5
templates/adapts-to/cloudflare/package.json
Normal file
5
templates/adapts-to/cloudflare/package.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20250425.0"
|
||||
}
|
||||
}
|
||||
13
templates/adapts-to/cloudflare/tsconfig.cloudflare.json
Normal file
13
templates/adapts-to/cloudflare/tsconfig.cloudflare.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"references": [
|
||||
{ "path": "./tsconfig.src.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"types": ["@cloudflare/workers-types"]
|
||||
},
|
||||
"include": [
|
||||
"src/cloudflare"
|
||||
]
|
||||
}
|
||||
5
templates/adapts-to/cloudflare/tsconfig.json
Normal file
5
templates/adapts-to/cloudflare/tsconfig.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"references": [
|
||||
{ "path": "./tsconfig.cloudflare.json" }
|
||||
]
|
||||
}
|
||||
5
templates/adapts-to/cloudflare/tsconfig.src.json
Normal file
5
templates/adapts-to/cloudflare/tsconfig.src.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"exclude": [
|
||||
"src/cloudflare"
|
||||
]
|
||||
}
|
||||
1
templates/include/license/.regime-template.json
Normal file
1
templates/include/license/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
7
templates/include/license/LICENSE
Normal file
7
templates/include/license/LICENSE
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Copyright © 2026 Sigitex
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
7
templates/profile/library/.regime-template.json
Normal file
7
templates/profile/library/.regime-template.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"inherits": [
|
||||
"shared/repo",
|
||||
"shared/library",
|
||||
"tool/oxc"
|
||||
]
|
||||
}
|
||||
5
templates/profile/monorepo/library/.regime-template.json
Normal file
5
templates/profile/monorepo/library/.regime-template.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"inherits": [
|
||||
"shared/library"
|
||||
]
|
||||
}
|
||||
9
templates/profile/monorepo/root/.regime-template.json
Normal file
9
templates/profile/monorepo/root/.regime-template.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"inherits": [
|
||||
"shared/repo",
|
||||
"shared/package",
|
||||
"tool/oxc",
|
||||
"tool/commitlint",
|
||||
"tool/husky"
|
||||
]
|
||||
}
|
||||
11
templates/profile/monorepo/root/package.json
Normal file
11
templates/profile/monorepo/root/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"workspaces": {
|
||||
"catalog": {
|
||||
"@types/bun": "1.3.12"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "bun run --workspaces --parallel --no-exit-on-error test",
|
||||
"check": "bun run --workspaces --parallel --no-exit-on-error check"
|
||||
}
|
||||
}
|
||||
5
templates/profile/workspace/.regime-template.json
Normal file
5
templates/profile/workspace/.regime-template.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"patterns": {
|
||||
"*.code-workspace": "merge jsonc"
|
||||
}
|
||||
}
|
||||
27
templates/profile/workspace/<<repo>>.code-workspace
Normal file
27
templates/profile/workspace/<<repo>>.code-workspace
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "<<repo>>",
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"oxc.path.oxfmt": "./node_modules/.bin/oxfmt",
|
||||
"oxc.path.oxlint": "./node_modules/.bin/oxlint",
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/node_modules": true,
|
||||
"**/.temp": true,
|
||||
"**/dist": true,
|
||||
"**/*.tsbuildinfo": true,
|
||||
},
|
||||
"explorer.fileNesting.enabled": true,
|
||||
"explorer.fileNesting.patterns": {
|
||||
"tsconfig.json": "tsconfig.*.json",
|
||||
"package.json": "bun.lock, biome.json*, *.bun.plugin.ts, ox*.config.ts, .gitignore, .mirrorignore, regime.config.json, commitlint.config.*, release.config.*js",
|
||||
"vite.config.ts": "*.vite.plugin.ts",
|
||||
"README.md": "LICENSE, LICENSE.md"
|
||||
},
|
||||
"git.ignoreLimitWarning": true,
|
||||
}
|
||||
}
|
||||
5
templates/shared/library/.regime-template.json
Normal file
5
templates/shared/library/.regime-template.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"inherits": [
|
||||
"shared/package"
|
||||
]
|
||||
}
|
||||
13
templates/shared/library/package.json
Normal file
13
templates/shared/library/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@typescript/native-preview": "beta",
|
||||
"@types/bun": "^1.3.13"
|
||||
},
|
||||
"scripts": {
|
||||
"check": "tsgo --build",
|
||||
"test": "bun test --pass-with-no-tests --tsconfig-override tsconfig.test.json"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
]
|
||||
}
|
||||
14
templates/shared/library/tsconfig.base.json
Normal file
14
templates/shared/library/tsconfig.base.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"lib": ["esnext"],
|
||||
"types": [],
|
||||
"moduleResolution": "bundler",
|
||||
"esModuleInterop": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"outDir": "dist"
|
||||
}
|
||||
}
|
||||
12
templates/shared/library/tsconfig.config.json
Normal file
12
templates/shared/library/tsconfig.config.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"types": ["bun"]
|
||||
},
|
||||
"include": [
|
||||
"*.config.ts",
|
||||
"*.config.cjs"
|
||||
],
|
||||
"files": []
|
||||
}
|
||||
8
templates/shared/library/tsconfig.json
Normal file
8
templates/shared/library/tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./tsconfig.src.json" },
|
||||
{ "path": "./tsconfig.test.json" },
|
||||
{ "path": "./tsconfig.config.json" }
|
||||
]
|
||||
}
|
||||
9
templates/shared/library/tsconfig.src.json
Normal file
9
templates/shared/library/tsconfig.src.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
]
|
||||
}
|
||||
14
templates/shared/library/tsconfig.test.json
Normal file
14
templates/shared/library/tsconfig.test.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"references": [
|
||||
{ "path": "./tsconfig.src.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"types": ["bun"]
|
||||
},
|
||||
"include": [
|
||||
"tests"
|
||||
],
|
||||
"files": []
|
||||
}
|
||||
7
templates/shared/package/.regime-template.json
Normal file
7
templates/shared/package/.regime-template.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"patterns": {
|
||||
"package.json": "merge json",
|
||||
"tsconfig.json": "merge json",
|
||||
"tsconfig.*.json": "merge json"
|
||||
}
|
||||
}
|
||||
11
templates/shared/package/package.json
Normal file
11
templates/shared/package/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Sigitex",
|
||||
"url": "http://github.com/sigitex"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sigitex/<<repo>>.git"
|
||||
}
|
||||
}
|
||||
3
templates/shared/repo/.regime-template.json
Normal file
3
templates/shared/repo/.regime-template.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"inherits": ["include/license"]
|
||||
}
|
||||
1
templates/tool/commitlint/.husky/commit-msg
Normal file
1
templates/tool/commitlint/.husky/commit-msg
Normal file
|
|
@ -0,0 +1 @@
|
|||
bunx --no-install -- commitlint --edit $1
|
||||
1
templates/tool/commitlint/.regime-template.json
Normal file
1
templates/tool/commitlint/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
3
templates/tool/commitlint/commitlint.config.ts
Normal file
3
templates/tool/commitlint/commitlint.config.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default {
|
||||
extends: ["@commitlint/config-conventional"]
|
||||
}
|
||||
6
templates/tool/commitlint/package.json
Normal file
6
templates/tool/commitlint/package.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.5.3",
|
||||
"@commitlint/config-conventional": "^20.5.3"
|
||||
}
|
||||
}
|
||||
1
templates/tool/husky/.regime-template.json
Normal file
1
templates/tool/husky/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
8
templates/tool/husky/package.json
Normal file
8
templates/tool/husky/package.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"husky": "^9.1.7"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky"
|
||||
}
|
||||
}
|
||||
1
templates/tool/oxc/.regime-template.json
Normal file
1
templates/tool/oxc/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
16
templates/tool/oxc/oxfmt.config.ts
Normal file
16
templates/tool/oxc/oxfmt.config.ts
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import { defineConfig } from "oxfmt"
|
||||
|
||||
export default defineConfig({
|
||||
useTabs: false,
|
||||
tabWidth: 2,
|
||||
printWidth: 80,
|
||||
singleQuote: false,
|
||||
jsxSingleQuote: false,
|
||||
quoteProps: "as-needed",
|
||||
trailingComma: "all",
|
||||
semi: false,
|
||||
arrowParens: "always",
|
||||
bracketSameLine: false,
|
||||
bracketSpacing: true,
|
||||
ignorePatterns: ["**/*.gen.ts"],
|
||||
});
|
||||
88
templates/tool/oxc/oxlint.config.ts
Normal file
88
templates/tool/oxc/oxlint.config.ts
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
import { defineConfig } from "oxlint"
|
||||
|
||||
export default defineConfig({
|
||||
plugins: ["typescript", "unicorn", "oxc"],
|
||||
ignorePatterns: ["**/*.gen.ts", "node_modules/**/*"],
|
||||
categories: {
|
||||
correctness: "error",
|
||||
suspicious: "warn",
|
||||
perf: "warn",
|
||||
style: "warn",
|
||||
restriction: "error",
|
||||
},
|
||||
rules: {
|
||||
"capitalized-comments": "off",
|
||||
"default-case": "off",
|
||||
"filename-case": "off",
|
||||
"func-style": ["error", "declaration", { allowArrowFunctions: true }],
|
||||
"id-length": "off",
|
||||
"init-declarations": "off",
|
||||
"max-params": "off",
|
||||
"max-statements": "off",
|
||||
"new-cap": "off",
|
||||
"no-array-for-each": "off",
|
||||
"no-async-await": "off",
|
||||
"no-await-expression-member": "off",
|
||||
"no-await-in-loop": "off",
|
||||
"no-bitwise": "off",
|
||||
"no-console": "off",
|
||||
"no-continue": "off",
|
||||
"no-dynamic-delete": "off",
|
||||
"no-empty-file": "off",
|
||||
"no-empty-function": "off",
|
||||
"no-implicit-coercion": "off",
|
||||
"no-magic-numbers": "off",
|
||||
"no-multi-assign": "off",
|
||||
"no-nested-ternary": "off",
|
||||
"unicorn/no-nested-ternary": "off",
|
||||
"no-null": "off",
|
||||
"no-optional-chaining": "off",
|
||||
"no-plusplus": "off",
|
||||
"no-rest-spread-properties": "off",
|
||||
"no-shadow-restricted-names": "off",
|
||||
"no-shadow": "off",
|
||||
"no-ternary": "off",
|
||||
"no-undefined": "off",
|
||||
"no-underscore-dangle": "off",
|
||||
"no-use-before-define": "off",
|
||||
"unicorn/numeric-separators-style": "off",
|
||||
"prefer-destructuring": "off",
|
||||
"prefer-for-of": "off",
|
||||
"prefer-template": "off",
|
||||
"prefer-ternary": "off",
|
||||
"require-module-specifiers": "off",
|
||||
"sort-imports": "off",
|
||||
"sort-keys": "off",
|
||||
"switch-case-braces": "off",
|
||||
"typescript/consistent-indexed-object-style": "off",
|
||||
"typescript/consistent-type-definitions": ["error", "type"],
|
||||
"typescript/explicit-function-return-type": "off",
|
||||
"typescript/explicit-member-accessibility": "off",
|
||||
"typescript/explicit-module-boundary-types": "off",
|
||||
"typescript/no-empty-interface": "off",
|
||||
"typescript/no-empty-object-type": "off",
|
||||
"typescript/no-namespace": "off",
|
||||
"typescript/no-non-null-assertion": "off",
|
||||
"typescript/prefer-function-type": "off",
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
files: ["*.test.ts"],
|
||||
rules: {
|
||||
"typescript/no-explicit-any": "off",
|
||||
"typescript/no-require-imports": "off",
|
||||
"typescript/no-var-requires": "off",
|
||||
"unicorn/prefer-module": "off",
|
||||
"unicorn/consistent-function-scoping": "off",
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["*.d.ts"],
|
||||
rules: {
|
||||
"typescript/no-explicit-any": "off",
|
||||
"unicorn/consistent-function-scoping": "off",
|
||||
"typescript/consistent-type-definitions": "off",
|
||||
},
|
||||
},
|
||||
],
|
||||
})
|
||||
9
templates/tool/oxc/package.json
Normal file
9
templates/tool/oxc/package.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"oxfmt": "^0.47.0",
|
||||
"oxlint": "^1.62.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "oxlint"
|
||||
}
|
||||
}
|
||||
13
templates/workflow/checks/.forgejo/workflows/checks.yml
Normal file
13
templates/workflow/checks/.forgejo/workflows/checks.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Checks
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["*"]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://${{ secrets.FORGE_TOKEN }}@code.quickbasic.org/sigitex/regime/actions/checks@main
|
||||
1
templates/workflow/checks/.regime-template.json
Normal file
1
templates/workflow/checks/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
18
templates/workflow/mirror/.forgejo/workflows/mirror.yml
Normal file
18
templates/workflow/mirror/.forgejo/workflows/mirror.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Mirror to GitHub
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: https://${{ secrets.FORGE_TOKEN }}@code.quickbasic.org/sigitex/regime/actions/mirror@main
|
||||
with:
|
||||
target: sigitex/<<repo>>
|
||||
token: ${{ secrets.MIRROR_TOKEN }}
|
||||
3
templates/workflow/mirror/.mirrorignore
Normal file
3
templates/workflow/mirror/.mirrorignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
AGENTS.md
|
||||
.forgejo
|
||||
openspec
|
||||
1
templates/workflow/mirror/.regime-template.json
Normal file
1
templates/workflow/mirror/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
27
templates/workflow/publish-npm/.forgejo/workflows/checks.yml
Normal file
27
templates/workflow/publish-npm/.forgejo/workflows/checks.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
name: Checks
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["*"]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://${{ secrets.FORGE_TOKEN }}@code.quickbasic.org/sigitex/regime/actions/checks@main
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: checks
|
||||
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: https://${{ secrets.FORGE_TOKEN }}@code.quickbasic.org/sigitex/regime/actions/release@main
|
||||
with:
|
||||
gitea-token: ${{ secrets.FORGE_TOKEN }}
|
||||
gitea-url: https://code.quickbasic.org
|
||||
npm-token: ${{ secrets.NPM_TOKEN }}
|
||||
1
templates/workflow/publish-npm/.regime-template.json
Normal file
1
templates/workflow/publish-npm/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
8
templates/workflow/publish-npm/package.json
Normal file
8
templates/workflow/publish-npm/package.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"semantic-release": "^25.0.3",
|
||||
"multi-semantic-release": "^3.1.0",
|
||||
"@markwylde/semantic-release-gitea": "^2.2.0",
|
||||
"@semantic-release/exec": "^7.0.3"
|
||||
}
|
||||
}
|
||||
16
templates/workflow/publish-npm/release.config.cjs
Normal file
16
templates/workflow/publish-npm/release.config.cjs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/**
|
||||
* @type {import('semantic-release').GlobalConfig}
|
||||
*/
|
||||
module.exports = {
|
||||
repositoryUrl: "https://code.quickbasic.org/sigitex/<<repo>>.git",
|
||||
branches: ["main"],
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
["@semantic-release/exec", {
|
||||
prepareCmd: "npm pkg set version=${nextRelease.version}",
|
||||
publishCmd: "npm publish --access public",
|
||||
}],
|
||||
"@markwylde/semantic-release-gitea",
|
||||
],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue