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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,17 @@ Install the following extensions:
50
50
-`Prettier - Code formatter`.
51
51
- Go to user settings (`settings.json`) and enable formatting on save: `"editor.formatOnSave": true`.
52
52
53
-
## Code scaffolding
53
+
### Commit message format
54
+
A commit message needs to start with one of the following words to bump the application version
55
+
properly (This application is following a semver strategy for versioning https://semver.org/)
56
+
### Sumary
57
+
-**fix** is equal to Patch Release example: 1.0.1
58
+
-**feat** is equal to Feature Release example: 1.1.0
59
+
-**perf** is equal to Breaking Release example: 2.0.0
60
+
### Example
61
+
fix: #48 implement semantic version.
54
62
63
+
## Code scaffolding
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