-
Notifications
You must be signed in to change notification settings - Fork 17
/
.releaserc
30 lines (29 loc) · 999 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
29
30
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
# From: https://github.com/semantic-release/github/pull/487#issuecomment-1486298997
successComment: false
failTitle: false