Skip to content

Commit

Permalink
fix(release): maintain a changelog
Browse files Browse the repository at this point in the history
Closes #10
  • Loading branch information
EricCrosson committed Jan 22, 2022
1 parent c36bbba commit 1c25420
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"branches": [
"master",
"alpha",
"beta"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
}
92 changes: 92 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
},
"homepage": "https://github.com/strong-roots-capital/od",
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.2",
"@semantic-release/npm": "9.0.0",
"@size-limit/preset-small-lib": "7.0.5",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
Expand Down

0 comments on commit 1c25420

Please sign in to comment.