Compare commits
No commits in common. "29d3c53b191523dbde6524d6f049122362ea3e23" and "0ef2f583799583dbb24de47b22742792421a2fe7" have entirely different histories.
29d3c53b19
...
0ef2f58379
@ -1,64 +1,15 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
branches: ["main"],
|
|
||||||
plugins: [
|
branches: ['main'],
|
||||||
[
|
plugins: [
|
||||||
"@semantic-release/commit-analyzer",
|
'@semantic-release/commit-analyzer',
|
||||||
{
|
'@semantic-release/release-notes-generator',
|
||||||
preset: "angular",
|
'@semantic-release/changelog',
|
||||||
releaseRules: [
|
["@saithodev/semantic-release-gitea", {
|
||||||
{ type: "feat", release: "minor" },
|
"giteaUrl": "https://git.simonis.lol"
|
||||||
{ type: "fix", release: "patch" },
|
}],
|
||||||
{ type: "perf", release: "patch" },
|
|
||||||
{ type: "docs", release: "patch" },
|
|
||||||
{ type: "style", release: "patch" },
|
|
||||||
{ type: "refactor", release: "patch" },
|
|
||||||
{ type: "test", release: "patch" },
|
|
||||||
{ type: "chore", release: "patch" },
|
|
||||||
{ type: "ci", release: "patch" },
|
|
||||||
{ type: "build", release: "patch" },
|
|
||||||
{ type: "revert", release: "patch" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
[
|
};
|
||||||
"@semantic-release/release-notes-generator",
|
|
||||||
{
|
|
||||||
preset: "conventionalcommits",
|
|
||||||
presetConfig: {
|
|
||||||
types: [
|
|
||||||
{ type: "feat", section: "Features", hidden: false },
|
|
||||||
{ type: "fix", section: "Bug Fixes", hidden: false },
|
|
||||||
{
|
|
||||||
type: "perf",
|
|
||||||
section: "Performance Improvements",
|
|
||||||
hidden: false,
|
|
||||||
},
|
|
||||||
{ type: "docs", section: "Documentation", hidden: false },
|
|
||||||
{ type: "style", section: "Code Style", hidden: false },
|
|
||||||
{ type: "refactor", section: "Code Refactoring", hidden: false },
|
|
||||||
{ type: "test", section: "Tests", hidden: false },
|
|
||||||
{ type: "chore", section: "Chores", hidden: false },
|
|
||||||
{ type: "ci", section: "Continuous Integration", hidden: false },
|
|
||||||
{ type: "build", section: "Build System", hidden: false },
|
|
||||||
{ type: "revert", section: "Reverts", hidden: false },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
parserOpts: {
|
|
||||||
noteKeywords: ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"@semantic-release/changelog",
|
|
||||||
{
|
|
||||||
changelogFile: "CHANGELOG.md",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"@saithodev/semantic-release-gitea",
|
|
||||||
{
|
|
||||||
giteaUrl: "https://git.simonis.lol",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
],
|
|
||||||
};
|
|
Loading…
x
Reference in New Issue
Block a user