Skip to content

Commit 7909435

Browse files
committed
chore: update contributing
1 parent 5836064 commit 7909435

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ First off, thank you for considering contributing to `wpackio`. It's people like
66

77
Prerequisites:
88

9-
- Familiarity with [pull requests](https://help.github.com/articles/using-pull-requests) and [issues](https://guides.github.com/features/issues/).
10-
- Knowledge of [JavaScript](https://developer.mozilla.org/bm/docs/Web/JavaScript), [Typescript](https://www.typescriptlang.org/), [webpack](https://webpack.js.org/) and [WordPress API](https://developer.wordpress.org).
11-
- Concepts of [monorepo and lerna](https://lernajs.io/).
12-
- A strong passion 🔥.
9+
- Familiarity with [pull requests](https://help.github.com/articles/using-pull-requests) and [issues](https://guides.github.com/features/issues/).
10+
- Knowledge of [JavaScript](https://developer.mozilla.org/bm/docs/Web/JavaScript), [Typescript](https://www.typescriptlang.org/), [webpack](https://webpack.js.org/) and [WordPress API](https://developer.wordpress.org).
11+
- Concepts of [monorepo and lerna](https://lernajs.io/).
12+
- A strong passion 🔥.
1313

1414
Now let's dive in.
1515

@@ -46,6 +46,18 @@ We don't use `tsc` to compile, we use `babel 7`.
4646
This will bump version and publish. Make sure you have access to `@wpackio` npm org
4747
or ask a maintainer.
4848

49+
#### RELEASING CANARY
50+
51+
```bash
52+
yarn lerna publish --canary --preid next
53+
```
54+
55+
#### RELEASING CANARY FOR NEXT MAJOR VERSION
56+
57+
```bash
58+
yarn lerna publish premajor --canary --preid next
59+
```
60+
4961
## Financial contributions
5062

5163
We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/wpackio).

0 commit comments

Comments
 (0)