We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b26a3d commit 3f39109Copy full SHA for 3f39109
.github/semantic-release/.releaserc
@@ -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
0 commit comments