Skip to content

Commit 548fa73

Browse files
author
Andrea Aramini, INI-MBM-BNC (EXT)
committed
🩹 adhesive-bandage: fix missing asset
1 parent e63a7b9 commit 548fa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports = {
144144
[
145145
'@semantic-release/git',
146146
{
147-
assets: ['package.json', 'CHANGELOG.md'],
147+
assets: ['package.json', 'package-lock.json', 'CHANGELOG.md'],
148148
message: `${choreMessage}\n\n\${nextRelease.notes}`,
149149
// message: choreMessage,
150150
},

0 commit comments

Comments
 (0)