Skip to content

Commit

Permalink
Change by terraform in repo workflow config, Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoryathegreat committed Nov 3, 2023
1 parent f942315 commit 0587c62
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "app",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"husky": "^8.0.1",
"@semantic-release/github": "^8.0.4",
"semantic-release": "^19.0.3"
},
"release": {
"branches": [
"main", "master", "next"
]
},
"private": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm"
]
}

0 comments on commit 0587c62

Please sign in to comment.