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
|`perf(pencil): remove graphiteWidth option`<br><br>`BREAKING CHANGE: The graphiteWidth option has been removed.`<br>`The default graphite width of 10mm is always used for performance reasons.`|~~Major~~ Breaking Release |
84
91
92
+
### Branch names format
93
+
For example if your task in Jira is **TT-48 implement semantic versioning** your branch name is:
94
+
```
95
+
TT-48-implement-semantic-versioning
96
+
```
97
+
85
98
## Code scaffolding
86
99
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
87
100
@@ -127,4 +140,7 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
127
140
## Feature Toggles dictionary
128
141
129
142
Shared file with all the Feature Toggles we create, so we can have a history of them
0 commit comments