Skip to content

Commit 3f39109

Browse files
[PETOSS-829] Change config file format
1 parent 2b26a3d commit 3f39109

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"branches": [
3+
"master"
4+
],
5+
"tagFormat": "${version}",
6+
"plugins": [
7+
[
8+
"@semantic-release/release-notes-generator",
9+
{
10+
"preset": "angular",
11+
"writerOpts": {
12+
"headerPartial": "## What's changed",
13+
"footerPartial": "\n**Full Changelog**:https://github.com/XeroAPI/Xero-OpenAPI/compare/{{previousTag}}...{{version}}"
14+
}
15+
}
16+
],
17+
"@semantic-release/commit-analyzer",
18+
"@semantic-release/github",
19+
"@semantic-release/git"
20+
]
21+
}

.github/semantic-release/release.config.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)