Skip to content

Commit

Permalink
chore: generate a CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Jul 7, 2022
1 parent d70d7b3 commit 6841f7b
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 0 deletions.
174 changes: 174 additions & 0 deletions package-lock.json

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

16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/estree": "0.0.51",
"@types/mime-types": "^2.1.1",
"assert": "^2.0.0",
Expand Down Expand Up @@ -177,6 +179,12 @@
"prepareCmd": "node ./update-versions.cjs ${nextRelease.version}"
}
],
[
"@semantic-release/changelog",
{
"changelogTitle": "[itk-wasm](https://wasm.itk.org) combines [ITK](https://itk.org) and [WebAssembly](https://webassembly.org/) to enable high-performance, multi-dimensional spatial analysis and visualization."
}
],
[
"@semantic-release/npm",
{
Expand All @@ -195,6 +203,14 @@
"pkgRoot": "./dist/mesh-io"
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
]
}
],
"@semantic-release/github"
]
},
Expand Down

0 comments on commit 6841f7b

Please sign in to comment.