-
Notifications
You must be signed in to change notification settings - Fork 0
/
.releaserc
30 lines (29 loc) · 1023 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/batch-runner-amd64
name: batch-runner-amd64
- path: ./.bin/batch-runner.exe
name: batch-runner.exe
- path: ./.bin/batch-runner_osx-amd64
name: batch-runner_osx-amd64
- path: ./.bin/batch-runner_osx-arm64
name: batch-runner_osx-arm64
# From: https://github.com/semantic-release/github/pull/487#issuecomment-1486298997
successComment: false
failTitle: false