Skip to content

Commit

Permalink
fix(build): prevent package-lock.json from being committed by semanti…
Browse files Browse the repository at this point in the history
…c-release
  • Loading branch information
padamstx committed May 14, 2021
1 parent b3a599b commit 3e5b8a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 838 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ vendor/
.openapi-generator-ignore
.openapi-generator/VERSION
/.project

# files produced by "npm install" commands during build
package.json
package-lock.json
node_modules/
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
[
"@semantic-release/git",
{
"assets" : [ "CHANGELOG.md" ],
"message": "chore(release): ${nextRelease.version} release notes [skip ci]\n\n${nextRelease.notes}"
}
],
Expand Down
Loading

0 comments on commit 3e5b8a4

Please sign in to comment.