Skip to content

Commit e056724

Browse files
committed
docs(config): update publish release instructions
1 parent f1f7a5d commit e056724

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

packages/config/README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,16 @@ make clean
8282
```
8383

8484
### Publish Release
85-
Start with [Common Setup](#common-setup) before continuing.
86-
87-
Login to Npmjs.com:
88-
```bash
89-
npm login --registry https://registry.npmjs.org --scope @streamr
90-
```
91-
92-
Run clean build, create a new release on Npmjs.com, update version in `package.json`, push a release commit, and tag it on GitHub:
93-
```bash
94-
./release.bash 0.0.1
95-
```
96-
85+
1. Start with [Common Setup](#common-setup) before continuing.
86+
1. Login to Npmjs.com:
87+
```bash
88+
npm login --registry https://registry.npmjs.org --scope @streamr
89+
```
90+
1. Run clean build, create a new release on Npmjs.com, update version in `package.json`, push a release commit, and tag it on GitHub:
91+
```bash
92+
./release.bash 0.0.2
93+
```
94+
1. Draft a new release on GitHub [network-contracts](https://github.com/streamr-dev/network-contracts/releases) repository with the generated tag `config/0.0.2`
95+
![Draft a new release on GitHub](./docs/draft-release-github.png "Drafting a new release")
9796
## License
9897
[MIT](LICENSE)
71.2 KB
Loading

0 commit comments

Comments
 (0)