Skip to content

Commit

Permalink
chore: terraform lifecycle management automated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwas committed May 27, 2020
1 parent a9c4b02 commit 4f41a4b
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
"license" : "isc" ,
"version" : "0.0.0" ,
"name" : "@kuwas-io/etc.commons.go" ,
"devDependencies" : { "@npmcorp/.github" : "0.2.0" } ,
"release" : { "extends" : "@npmcorp/.github/cloud" } ,
"scripts" : {}
"scripts" : {} ,
"devDependencies" :
{
"@semantic-release/git" : "9.0.0" ,
"@semantic-release/github" : "7.0.7" ,
"@semantic-release/npm" : "7.0.5" ,
"@semantic-release/commit-analyzer" : "8.0.1" ,
"@semantic-release/release-notes-generator" : "9.0.1" ,
"semantic-release" : "17.0.8"
} ,
"release" :
{
"branch" : "master" ,
"tagFormat" : "v${version}" ,
"plugins" :
[
"@semantic-release/commit-analyzer" ,
"@semantic-release/release-notes-generator" ,
"@semantic-release/github"
]
}
}

0 comments on commit 4f41a4b

Please sign in to comment.