Skip to content

Commit

Permalink
fix: try fix release to include npm-shrinkwrap.json (#2023)
Browse files Browse the repository at this point in the history
* Revert "fix: remove semantic-release/changelog to push one time"

This reverts commit 624a756.

* Revert "fix: (dummy) releaserc update (#2022)"

This reverts commit 6d6c415.

* chore: add npm-shrinkwrap.json explicitly
  • Loading branch information
KazuCocoa authored Sep 24, 2023
1 parent df0269b commit 57fc5b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
]
}
}],
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["docs", "package.json", "CHANGELOG.md"],
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"build/index.js",
"build/lib",
"!.DS_Store",
"CHANGELOG.md"
"CHANGELOG.md",
"npm-shrinkwrap.json"
],
"types": "./build/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 57fc5b8

Please sign in to comment.