forked from superwerker/superwerker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.releaserc
22 lines (22 loc) · 950 Bytes
/
.releaserc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"branches": ["main", "next"],
"plugins": [
[
"@semantic-release/release-notes-generator",
{
"writerOpts": {
"mainTemplate": "{{> header}}\n\n- [View template](https://superwerker-releases.s3.amazonaws.com/{{version}}/templates/superwerker.template.yaml)\n- [Quick install](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?stackName=superwerker&templateURL=https://superwerker-releases.s3.amazonaws.com/{{version}}/templates/superwerker.template.yaml)\n- [Update instructions](https://github.com/superwerker/superwerker#how-do-i-receive-updates)\n\n{{#each commitGroups}}\n\n{{#if title}}\n### {{title}}\n\n{{/if}}\n{{#each commits}}\n{{> commit root=@root}}\n{{/each}}\n{{/each}}\n\n{{> footer}}\n"
}
}
],
[
"@semantic-release/github"
],
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
]
]
}