forked from asyncapi/generator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.releaserc
More file actions
25 lines (24 loc) · 674 Bytes
/
.releaserc
File metadata and controls
25 lines (24 loc) · 674 Bytes
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
branches:
- master
# by default release workflow reacts on push not only to master.
# This is why out of the box semantic release is configured for all these branches
- name: next-spec
prerelease: true
- name: next-major
prerelease: true
- name: next-major-spec
prerelease: true
- name: beta
prerelease: true
- name: alpha
prerelease: true
- name: next
prerelease: true
plugins:
- - "@semantic-release/commit-analyzer"
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
- "@semantic-release/npm":
pkgRoot: ./apps/generator
- "@semantic-release/github"