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
-`feat:` commits trigger minor releases (1.0.0 → 1.1.0)
120
-
- Commits with `BREAKING CHANGE:` trigger major releases (1.0.0 → 2.0.0)
121
-
122
-
Example commit messages:
123
-
```bash
124
-
git commit -m "fix: handle null values in response"
125
-
git commit -m "feat: add support for custom headers"
126
-
git commit -m "feat: add new API endpoint
127
-
128
-
BREAKING CHANGE: remove deprecated method"
116
+
BREAKING CHANGE: remove deprecated method
129
117
```
130
118
119
+
Note: Releases only happen when changes are merged into the `main` branch. Make sure your PR titles follow the conventional commit format as they determine the version bump.
0 commit comments