Skip to content

Commit

Permalink
BREAKING CHANGES: release v2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Jan 2, 2024
1 parent d98d527 commit a6feb49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
[
"@semantic-release/commit-analyzer",
{
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
}
"releaseRules": [
{ "message": "*BREAKING CHANGE*", "release": "major" },
{ "message": "*BREAKING CHANGES*", "release": "major" }
]
}
],
"@semantic-release/release-notes-generator",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# @chainsafe/cypress-polkadot-wallet monorepo

This is the monorepo for `@chainsafe/cypress-polkadot-wallet` plugin. It includes the sources, and some examples.
This is the monorepo for `@chainsafe/cypress-polkadot-wallet` Cypress plugin. It includes the sources, and some examples.

</div>

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# @chainsafe/cypress-polkadot-wallet monorepo

This is the monorepo for `@chainsafe/cypress-polkadot-wallet` plugin. It includes the sources, and some examples.
Test your Dapp with Cypress as if you had a Polkadot wallet connected in the browser.

</div>

Expand Down

0 comments on commit a6feb49

Please sign in to comment.