forked from googlearchive/poly-toolkit-unity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.releaserc.yml
25 lines (23 loc) · 979 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: Packages/icosa-api-client-unity/CHANGELOG.MD
- - '@semantic-release/npm'
- npmPublish: false
pkgRoot: Packages/icosa-api-client-unity
- - '@semantic-release/git'
- assets:
- Packages/open-brush-unity-tools/package.json
- Packages/open-brush-unity-tools/CHANGELOG.md
message: |-
chore(release): ${nextRelease.version} [skip ci]
${nextRelease.notes}
- '@semantic-release/github'