Skip to content

Commit

Permalink
refactor: it doesn't make sense to have this configuration separately…
Browse files Browse the repository at this point in the history
… outside the package.json
  • Loading branch information
christhomas authored and jagregory committed Feb 8, 2022
1 parent 370803b commit f787fab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .releaserc

This file was deleted.

18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,23 @@
"repository": {
"type": "git",
"url": "https://github.com/jagregory/cognito-local.git"
},
"release": {
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/github", {
"addReleases": "top"
}],
["@codedependant/semantic-release-docker", {
"dockerLogin": false,
"dockerImage": "jagregory/cognito-local"
}],
["@semantic-release/git", {
"assets": ["CHANGELOG.md"]
}]
]
}
}

0 comments on commit f787fab

Please sign in to comment.