Skip to content

Commit 40668f5

Browse files
committed
build(deps): update package lock version
1 parent be61eb0 commit 40668f5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "render-deployment",
33
"description": "A GitHub Action to trigger deployment in Render.",
4-
"version": "1.8.0",
4+
"version": "2.0.0",
55
"private": true,
66
"type": "module",
77
"homepage": "https://github.com/sws2apps/render-deployment#readme",

release.config.cjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ module.exports = {
1414
'@semantic-release/commit-analyzer',
1515
'@semantic-release/release-notes-generator',
1616
'@semantic-release/changelog',
17+
[
18+
'@semantic-release/npm',
19+
{
20+
npmPublish: false,
21+
},
22+
],
1723
[
1824
'@semantic-release/git',
1925
{

0 commit comments

Comments
 (0)