Skip to content

Commit b726251

Browse files
Merge branch 'master' into remove-incorrect-type
2 parents df232eb + 9fb0ef8 commit b726251

File tree

69 files changed

+7480
-4844
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+7480
-4844
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+
}

0 commit comments

Comments
 (0)