You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,11 @@ instead of struggling in the dependency or release hell.
204
204
Therefore the first rule is to follow the [eslint commit message guideline](https://github.com/conventional-changelog-archived-repos/conventional-changelog-eslint/blob/master/convention.md).
205
205
When you always commit via `yarn commit` this is really easy. Commitizen will guide you.
206
206
207
+
All PRs will be merged into the develop branch. When we merge the develop into the master
208
+
travis and semantic release will build a new release.
209
+
210
+
So no one can directly push into master!
211
+
207
212
### Development commands
208
213
209
214
We have some yarn scripts that should make live easier. The deployment scripts are just for
0 commit comments