👷 added in lefthook, commitlint, and semantic-release
This commit is contained in:
parent
2e62c38ff2
commit
be3058d17a
7 changed files with 4601 additions and 14 deletions
35
release.config.mjs
Normal file
35
release.config.mjs
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
/**
|
||||
* @type {import('semantic-release').GlobalConfig}
|
||||
*/
|
||||
export default {
|
||||
branches: ["main", { name: "devel", prerelease: true }],
|
||||
plugins: [
|
||||
[
|
||||
"semantic-release-gitmoji",
|
||||
{
|
||||
releaseRules: {
|
||||
major: [":boom:"],
|
||||
minor: [":sparkles:"],
|
||||
patch: [
|
||||
":bug:",
|
||||
":ambulance:",
|
||||
":lipstick:",
|
||||
":lock:",
|
||||
":zap:",
|
||||
":chart_with_upwards_trend:",
|
||||
":globe_with_meridians:",
|
||||
":alien:",
|
||||
":wheelchair:",
|
||||
":mag:",
|
||||
":children_crossing:",
|
||||
":speech_balloon:",
|
||||
":iphone:",
|
||||
":pencil2:",
|
||||
":bento:",
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
"@semantic-release/github",
|
||||
],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue