-
Notifications
You must be signed in to change notification settings - Fork 0
/
.releaserc.yml
39 lines (39 loc) · 1.52 KB
/
.releaserc.yml
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
35
36
37
38
39
plugins:
- - '@semantic-release/commit-analyzer'
- preset: 'conventionalcommits'
releaseRules:
- { type: docs, release: patch }
- { type: build, release: patch }
- { type: chore, release: patch }
- { type: improvement, release: patch }
- { type: refactor, release: patch }
- { type: ci, release: patch }
- { subject: "*\\[skip release\\]*", release: false }
- - '@semantic-release/release-notes-generator'
- preset: 'conventionalcommits'
presetConfig:
types:
- { type: docs, section: Documentation }
- { type: build, section: 'Build System' }
- { type: chore, section: Chores }
- { type: ci, section: 'Continuous Integration' }
- { type: feat, section: Features }
- { type: fix, section: 'Bug Fixes' }
- { type: improvement, section: Improvements }
- { type: perf, section: Performance }
- { type: refactor, section: 'Code Refactoring' }
- { type: revert, section: Reverts }
- { type: style, section: 'Code Style' }
- { type: test, section: Tests }
- { section: Other }
- - '@semantic-release/github'
- assets:
- { path: dist/*.exe, label: 'Native-app installer' }
- { path: dist/*.zip, label: 'Chrome extension' }
- '@semantic-release/changelog'
- - '@semantic-release/git'
- assets:
- CHANGELOG.md
- chrome-extension/package.json
- native-app/Cargo.toml
- native-app/Cargo.lock