forked from salesforce/sa11y
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.releaserc.yml
24 lines (21 loc) · 816 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
# yaml-language-server: $schema=https://json.schemastore.org/semantic-release.json
---
branches:
- master
- name: alpha
prerelease: true
channel: alpha
plugins:
- - '@semantic-release/commit-analyzer'
- preset: conventionalcommits
releaseRules:
- type: docs
scope: README
release: patch
- '@semantic-release/release-notes-generator'
- - '@semantic-release/changelog'
- changelogTitle: "# Changelog\n\nAll notable changes to this project will be documented in this file."
- - '@semantic-release/exec'
- publishCmd: yarn lerna publish --no-git-tag-version --no-git-reset --no-push --yes --dist-tag=${nextRelease.channel} --exact ${nextRelease.version}
- '@semantic-release/github'
preset: conventionalcommits