-
Notifications
You must be signed in to change notification settings - Fork 9
/
.releaserc.yml
25 lines (23 loc) · 853 Bytes
/
.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
# origin https://github.com/adrenak/upm-template/blob/master/.releaserc.json
# origin licensed under MIT License Copyright (c) 2020 Vatsal Ambastha
# origin license https://github.com/adrenak/upm-template/blob/master/LICENSE
# you can read more about how to use upm-template at https://github.com/adrenak/upm-template/
tagFormat: v${version}
plugins:
- - '@semantic-release/commit-analyzer'
- preset: angular
- '@semantic-release/release-notes-generator'
- - '@semantic-release/changelog'
- preset: angular
changelogFile: PATH_TO_YOUR_CHANGELOG.MD
- - '@semantic-release/npm'
- npmPublish: false
pkgRoot: XYZ1
- - '@semantic-release/git'
- assets:
- XYZ2
- XYZ3
message: |-
chore(release): ${nextRelease.version} [skip ci]
${nextRelease.notes}
- '@semantic-release/github'