Yeet those builds out!
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(release): fix semantic-release and commitlint interactions

Signed-off-by: Xe Iaso <me@xeiaso.net>

+5 -3
+5 -3
package.json
··· 90 90 "@semantic-release/git", 91 91 { 92 92 "assets": [ 93 - "CHANGELOG.md" 94 - ] 93 + "CHANGELOG.md", 94 + "package.json" 95 + ], 96 + "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}\n\nSigned-Off-By: Mimi Yasomi <mimi@techaro.lol>" 95 97 } 96 98 ] 97 99 ] ··· 112 114 "dependencies": { 113 115 "@semantic-release/exec": "^7.0.3" 114 116 } 115 - } 117 + }