Skip to content

Commit

Permalink
feat: fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Claus-Theodor Riegg committed Feb 28, 2023
1 parent 4467e35 commit 2ca163d
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
{
"name": "terraform-module",
"license": "MIT",
"devDependencies": {
"@semantic-release/github": "^8.0.7",
"git-cz": "^4.9.0",
"semantic-release": "^19.0.5"
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm", {
"npmPublish": false
}
],
"private": true,
"release": {
"branches": [
"main", "master"
]
}
"name": "<repo_name_here>",
"license": "MIT",
"devDependencies": {
"@semantic-release/github": "^8.0.7",
"git-cz": "^4.9.0",
"semantic-release": "^19.0.5"
},
"private": true,
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/npm",
{
"npmPublish": false
}
]
],
"branches": [
"main",
"master"
]
}
}

0 comments on commit 2ca163d

Please sign in to comment.