3332ca58d3
This is the official v0.5.0-alpha.1 release. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
policies:
|
|
- type: commit
|
|
spec:
|
|
dco: true
|
|
gpg: false
|
|
spellcheck:
|
|
locale: US
|
|
maximumOfOneCommit: true
|
|
header:
|
|
length: 89
|
|
imperative: true
|
|
case: lower
|
|
invalidLastCharacters: .
|
|
body:
|
|
required: true
|
|
conventional:
|
|
types:
|
|
- chore
|
|
- docs
|
|
- perf
|
|
- refactor
|
|
- style
|
|
- test
|
|
- release
|
|
scopes:
|
|
- apid
|
|
- machined
|
|
- networkd
|
|
- timed
|
|
- talosctl
|
|
- osd
|
|
- trustd
|
|
- routerd
|
|
- talosctl
|
|
- kernel
|
|
- ^v0.5
|
|
- '*'
|
|
- type: license
|
|
spec:
|
|
skipPaths:
|
|
- .git/
|
|
includeSuffixes:
|
|
- .go
|
|
excludeSuffixes:
|
|
- .pb.go
|
|
header: |
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|