-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.releaserc.yaml
48 lines (48 loc) · 1.48 KB
/
.releaserc.yaml
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
release:
branches:
- master
plugins:
- - '@semantic-release/commit-analyzer'
- releaseRules:
- type: docs
scope: README
release: patch
- - '@semantic-release/exec'
- prepareCmd: npx npm run lint
- - '@semantic-release/exec'
- prepareCmd: npx npm test
- - '@semantic-release/exec'
- prepareCmd: npx npm run s:a && npx npm run b:a
- '@semantic-release/release-notes-generator'
- - '@semantic-release/changelog'
- changelogFile: CHANGELOG.md
- - '@semantic-release/npm'
- npmPublish: false
- - '@semantic-release/npm'
- pkgRoot: projects/ngrx-correlation-id
npmPublish: false
- - '@semantic-release/npm'
- tarballDir: tmp
npmPublish: false
pkgRoot: dist/ngrx-correlation-id
- - '@semantic-release/github'
- assets:
- tmp/*.tgz
successComment: >-
[v${nextRelease.version}](https://github.com/satanTime/ngrx-correlation-id/releases/tag/v${nextRelease.version})
has been released and contains a fix for the issue.
Feel free to reopen the issue or to submit a new one if you meet any problems.
failTitle: false
failComment: false
labels: false
releasedLabels:
- released
- >-
v${nextRelease.version}
- - '@semantic-release/git'
- message: 'chore(release): v${nextRelease.version}'
assets:
- projects/ngrx-correlation-id/package.json
- CHANGELOG.md
- package.json
- package-lock.json