mirror of
https://github.com/OliveTin/OliveTin
synced 2025-10-30 12:57:06 +00:00
17 lines
313 B
YAML
17 lines
313 B
YAML
---
|
|
branches:
|
|
- name: main
|
|
# range: '3000.x.x'
|
|
|
|
# - name: release/2k
|
|
# range: '>=2000.0.0 <3000.0.0'
|
|
|
|
plugins:
|
|
- '@semantic-release/commit-analyzer'
|
|
- '@semantic-release/git'
|
|
- - "@semantic-release/exec"
|
|
- publishCmd: |
|
|
goreleaser release --clean --timeout 60m
|
|
|
|
tagFormat: '${version}'
|