forked from flanksource/config-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.releaserc
28 lines (28 loc) · 922 Bytes
/
.releaserc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
branches:
- name: main
plugins:
- - "@semantic-release/commit-analyzer"
- releaseRules:
- { type: doc, scope: README, release: patch }
- { type: fix, release: patch }
- { type: chore, release: patch }
- { type: refactor, release: patch }
- { type: feat, release: patch }
- { type: ci, release: false }
- { type: style, release: false }
parserOpts:
noteKeywords:
- MAJOR RELEASE
- "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
- assets:
- path: ./.bin/config-db-amd64
name: config-db-amd64
- path: ./.bin/config-db.exe
name: config-db.exe
- path: ./.bin/config-db_osx-amd64
name: config-db_osx-amd64
- path: ./.bin/config-db_osx-arm64
name: config-db_osx-arm64
# - path: ./.bin/release.yaml
# name: release.yaml