Files
scp-action/.goreleaser.yaml
T
Kai 2375e4541b
v1 version / test Multiple Host (push) Canceled after 0s
v1 version / test scp action (push) Canceled after 10s
v1 version / test deploy artifact (push) Canceled after 10s
v1 version / test changed-files (push) Canceled after 10s
v1 version / test target folder (push) Canceled after 9s
lint and test / test scp action (push) Canceled after 0s
lint and test / test deploy artifact (push) Canceled after 0s
lint and test / test changed-files (push) Canceled after 0s
lint and test / test target folder (push) Canceled after 0s
lint and test / test Multiple Host (push) Canceled after 0s
first commit
2026-09-21 00:20:31 +08:00

29 lines
668 B
YAML

builds:
- # If true, skip the build.
# Useful for library projects.
# Default is false
skip: true
changelog:
use: github
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: "Bug fixes"
regexp: "^.*fix[(\\w)]*:+.*$"
order: 1
- title: "Enhancements"
regexp: "^.*chore[(\\w)]*:+.*$"
order: 2
- title: "Refactor"
regexp: "^.*refactor[(\\w)]*:+.*$"
order: 3
- title: "Build process updates"
regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
order: 4
- title: "Documentation updates"
regexp: ^.*?docs?(\(.+\))??!?:.+$
order: 4
- title: Others