Skip to content
Snippets Groups Projects
Commit 09ecf121 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

WIP

parent fdab81fd
No related branches found
Tags v0.27.0-alpha.1+9
No related merge requests found
.idea
\ No newline at end of file
.idea
dist
\ No newline at end of file
version: 2
gitlab_urls:
api: https://git.perx.ru/api/v4/
download: https://git.perx.ru
use_package_registry: true
before:
hooks:
- go mod tidy
builds:
- skip: true
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
use: github
filters:
exclude:
- "^test:"
- "^chore"
- "merge conflict"
- Merge pull request
- Merge remote-tracking branch
- Merge branch
- go mod tidy
groups:
- title: Dependency updates
regexp: "^.*feat\\(deps\\)*:+.*$"
order: 300
- title: "New Features"
regexp: "^.*feat[(\\w)]*:+.*$"
order: 100
- title: "Bug fixes"
regexp: "^.*fix[(\\w)]*:+.*$"
order: 200
- title: "Documentation updates"
regexp: "^.*docs[(\\w)]*:+.*$"
order: 400
- title: Other work
order: 9999
release:
gitlab:
owner: perxis
name: perxis-go
announce:
skip: "{{gt .Patch 0}}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment