-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.releaserc
26 lines (24 loc) · 807 Bytes
/
.releaserc
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
branches:
- main
plugins:
- - "@semantic-release/commit-analyzer"
- preset: angular
parserOpts:
headerPattern: '^(\w*)(?:\((.*)\))?!?: (.*)$'
breakingHeaderPattern: '^(\w*)(?:\((.*)\))?!: (.*)$'
- "@semantic-release/release-notes-generator"
- - "@semantic-release/changelog"
- changelogTitle: "# Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC."
- - "@semantic-release/exec"
- prepareCmd: "node ./scripts/prepareForRelease.mjs ${nextRelease.version}"
- - "@semantic-release/git"
- assets:
- "CHANGELOG.md"
- "AutoCode.cs"
- - "@semantic-release/github"
- assets:
- path: "AutoCode.cs"
label: "AutoCode.cs"
releasedLabels:
- "Status: Released"