mirror of
https://github.com/wahyd4/upptime.git
synced 2026-08-09 05:06:31 +10:00
🔧 Add Semantic Release config
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"plugins": [
|
||||
[
|
||||
"semantic-release-gitmoji",
|
||||
{
|
||||
"releaseRules": {
|
||||
"patch": {
|
||||
"include": [":bento:", ":recycle:"]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"@semantic-release/github",
|
||||
"@semantic-release/npm",
|
||||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
"message": ":bookmark: v${nextRelease.version} [skip ci]\n\nhttps://github.com/koj-co/status/releases/tag/${nextRelease.gitTag}"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user