-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.releaserc.json
More file actions
25 lines (25 loc) · 544 Bytes
/
Copy path.releaserc.json
File metadata and controls
25 lines (25 loc) · 544 Bytes
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
{
"branches": ["main"],
"tagFormat": "v${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/teeworlds64.z64",
"label": "Teeworlds 64 playable ROM"
},
{
"path": "dist/SHA256SUMS",
"label": "SHA-256 checksums"
}
],
"successComment": false,
"failComment": false
}
]
]
}