-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.releaserc
28 lines (28 loc) · 925 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/apm-hub_linux_amd64
name: apm-hub-amd64
- path: ./.bin/apm-hub_linux_arm64
name: apm-hub-amd64
- path: ./.bin/apm-hub.exe
name: apm-hub.exe
- path: ./.bin/apm-hub_darwin_amd64
name: apm-hub_osx-amd64
- path: ./.bin/apm-hub_darwin_arm64
name: apm-hub_osx-arm64