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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,15 @@ Install the following extensions:
52
52
53
53
## Code scaffolding
54
54
55
+
## Commit format
56
+
We are using format by release and tags: https://semver.org/
57
+
### Sumary
58
+
- fix is equal to Patch Release example: 1.0.1
59
+
- feat is equal to Feature Release example: 1.1.0
60
+
- perf is equal to Breaking Release example: 2.0.0
61
+
### Example
62
+
fix: #48 implement semantic version.
63
+
55
64
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`.
0 commit comments