forked from flanksource/canary-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.releaserc
34 lines (34 loc) · 1.25 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
32
33
34
# Branches are defined in the github action workflow
# We create pre-releases on automated push to main and
# a release is created manually by triggering the workflow
branches: []
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 }
- { type: major, release: major }
parserOpts:
noteKeywords:
- MAJOR RELEASE
- "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
- assets:
- path: ./.bin/canary-checker-amd64
name: canary-checker-amd64
- path: ./.bin/canary-checker.exe
name: canary-checker.exe
- path: ./.bin/canary-checker_osx-amd64
name: canary-checker_osx-amd64
- path: ./.bin/canary-checker_osx-arm64
name: canary-checker_osx-arm64
- path: ./.bin/release.yaml
name: release.yaml
# From: https://github.com/semantic-release/github/pull/487#issuecomment-1486298997
successComment: false
failTitle: false