Skip to content

Commit

Permalink
Merge pull request #253 from energywebfoundation/feature/ICL-85_relea…
Browse files Browse the repository at this point in the history
…se_notes

feature/ICL-85_release_notes
  • Loading branch information
JGiter committed Sep 14, 2021
2 parents 77809c3 + ced476c commit ffe4357
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 34 deletions.
69 changes: 39 additions & 30 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,41 @@
{
"branches": [
{
"name": "master",
"channel": "latest"
},
{
"name": "develop",
"prerelease": "alpha",
"channel": "canary"
}
],
"repositoryUrl": "git@github.com:energywebfoundation/iam-client-lib.git",
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "docs", "release": "patch"},
{"type": "refactor", "release": "patch"},
{"type": "style", "release": "patch"},
{"type": "test", "release": "patch"},
{"type": "ci", "release": "patch"},
{"type": "build", "release": "patch"}
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
}
}],
"@semantic-release/release-notes-generator",
"@semantic-release/npm"
]
"branches": [
{
"name": "master",
"channel": "latest"
},
{
"name": "develop",
"prerelease": "alpha",
"channel": "canary"
}
],
"repositoryUrl": "git@github.com:energywebfoundation/iam-client-lib.git",
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{ "type": "docs", "release": "patch" },
{ "type": "refactor", "release": "patch" },
{ "type": "style", "release": "patch" },
{ "type": "test", "release": "patch" },
{ "type": "ci", "release": "patch" },
{ "type": "build", "release": "patch" }
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
}
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-release/npm"
]
}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nav:
- "Organization": guides/organization.md
- "Role": guides/role.md
- API: api/modules.md
- CHANGELOG: CHANGELOG.md
theme: readthedocs

docs_dir: docs
Expand Down
50 changes: 46 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"@babel/preset-env": "7.12.11",
"@energyweb/km-crypto": "file:energyweb-km-crypto-v1.0.0.tgz",
"@energyweb/km-utils": "file:energyweb-km-utils-v1.0.0.tgz",
"@semantic-release/changelog": "^5.0.1",
"@typechain/ethers-v5": "^7.0.1",
"@types/jest": "^26.0.13",
"@types/lodash.difference": "^4.5.6",
Expand Down

0 comments on commit ffe4357

Please sign in to comment.