Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

{
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
{"name": "alpha", "prerelease": true},
{"name": "beta", "prerelease": true},
"master"
],
"plugins": [
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/git", {
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]
}
16 changes: 0 additions & 16 deletions .releaserc.yml

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ Or with a cli interface

![How to use the CLI](docs/cli.png)

This project is in no way affiliated with IBM
### Wallets

Ensure that you have wallets setup in the IBM Blockchain Platform Visual Studio Code extension with the name of each of the organisations in your network

## Import into the IBM Blockchain Platform extension for Visual Studio Code

Find more information [here](https://github.com/IBM-Blockchain/blockchain-vscode-extension#json-node-files)

This project is in no way affiliated with IBM
Loading