-
Notifications
You must be signed in to change notification settings - Fork 9
/
.releaserc.yml
81 lines (72 loc) · 1.86 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Stack trace is required
debug: true
# Tag format config
tagFormat: "v${version}"
# Repository
repositoryUrl: "https://github.com/exadel-inc/esl"
# Branch release rules
branches:
- main
- name: main-beta
channel: beta
prerelease: beta
- name: main-next
channel: next
prerelease: next
# Maintenance branches:
- name: release-4.x
channel: 4.x
# Release configuration
plugins:
- - "@semantic-release/commit-analyzer"
- preset: angular
releaseRules:
- type: style
release: patch
- type: refactor
release: patch
- type: fix
message: "*MINOR VERSION*"
release: minor
- type: style
message: "*MINOR VERSION*"
release: minor
- type: refactor
message: "*MINOR VERSION*"
release: minor
- type: chore
scope: deps
release: patch
- type: chore
scope: patch
release: patch
- type: feat
scope: lint
release: patch
- - "@semantic-release/release-notes-generator"
- preset: angular
parserOpts:
noteKeywords:
- BREAKING CHANGE
- BREAKING CHANGES
- BREAKING-CHANGE
- - "@semantic-release/changelog"
- changelogFile: CHANGELOG.md
- - "@semantic-release/npm"
- tarballDir: ./
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- package.json
- package-lock.json
- site/package.json
- eslint/package.json
message: "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
- - "@semantic-release/github"
- assets:
- path: ./exadel-esl-*.tgz
label: Released Core NPM Tarball
- path: ./exadel-eslint-plugin-esl-*.tgz
label: Released ESLint NPM Tarball
- path: CHANGELOG.md
label: Changelog