-
Notifications
You must be signed in to change notification settings - Fork 2
/
.releaserc
31 lines (31 loc) · 1.11 KB
/
.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
31
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: patch }
- { type: style, release: patch }
parserOpts:
noteKeywords:
- MAJOR RELEASE
- "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
- assets:
- path: ./.bin/incident-commander-amd64
name: incident-commander-amd64
- path: ./.bin/incident-commander.exe
name: incident-commander.exe
- path: ./.bin/incident-commander_osx-amd64
name: incident-commander_osx-amd64
- path: ./.bin/incident-commander_osx-arm64
name: incident-commander_osx-arm64
# - path: ./.bin/release.yaml
# name: release.yaml
# From: https://github.com/semantic-release/github/pull/487#issuecomment-1486298997
successComment: false
failTitle: false