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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,17 @@ the pipeline will kick off and tag the latest git commit.
205
205
pre-commit install
206
206
```
207
207
208
+
### Git commits
209
+
210
+
while Contributing or doing git commit please specify the breaking change in your commit message whether its major,minor or patch
211
+
212
+
For Example
213
+
214
+
```sh
215
+
git commit -m "your commit message #major"
216
+
```
217
+
By specifying this , it will bump the version and if you dont specify this in your commit message then by default it will consider patch and will bump that accordingly
0 commit comments