Skip to content

Commit ab42ace

Browse files
author
DoubleU23
committed
fix(prefix): ➖ remove some git release assets
1 parent 78297e5 commit ab42ace

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackr23/logger",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "beautyful console output helper with custom chalk extension",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -55,12 +55,8 @@
5555
"@semantic-release/git",
5656
{
5757
"assets": [
58-
"dist/**/*.{js,css}",
5958
"CHANGELOG.md",
60-
"LINCENSE",
61-
"package.json",
62-
"gitbash-output.png",
63-
"README.md"
59+
"package.json"
6460
],
6561
"message": "chore(release): :bookmark: ${nextRelease.version} :package: package :rocket: published\n\n${nextRelease.notes}"
6662
}

0 commit comments

Comments
 (0)