feat(release): skip build
This commit is contained in:
parent
b632ee9ab1
commit
a26d957567
2 changed files with 8 additions and 0 deletions
4
.github/.goreleaser.yaml
vendored
4
.github/.goreleaser.yaml
vendored
|
|
@ -17,3 +17,7 @@ changelog:
|
||||||
regexp: "^fix"
|
regexp: "^fix"
|
||||||
- title: "🛠 Maintenance"
|
- title: "🛠 Maintenance"
|
||||||
regexp: "^(chore|refactor)"
|
regexp: "^(chore|refactor)"
|
||||||
|
|
||||||
|
# build
|
||||||
|
builds:
|
||||||
|
- skip: true
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,10 @@ changelog:
|
||||||
- title: "🛠 Maintenance"
|
- title: "🛠 Maintenance"
|
||||||
regexp: "^(chore|refactor)"
|
regexp: "^(chore|refactor)"
|
||||||
|
|
||||||
|
# build
|
||||||
|
builds:
|
||||||
|
- skip: true
|
||||||
|
|
||||||
# gitlab
|
# gitlab
|
||||||
gitlab_urls:
|
gitlab_urls:
|
||||||
api: "https://gitlab.simoncor.net/api/v4/"
|
api: "https://gitlab.simoncor.net/api/v4/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue