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
* Tag commit with version `git tag -a -m'build(release): <version>' '<version-prefix><version>'`
154
154
* Push all changes `git push`
@@ -159,7 +159,7 @@ The hook can be created either manually or using the [pre-commit framework](http
159
159
If you have an large existing repo with no release tags e.g. v1.0.0, or if you want the first changelog to be tidy, you need to create a release tag first.
160
160
* Create release tag for specific commit`git tag -a -m'build(release): 0.0.0' 'v0.0.0'`
161
161
* Push tag `git push origin v0.0.0`
162
-
This way `git-conventional-commits` will use that the taged commit as the point in time to start looking for commits.
162
+
This way `npx git-conventional-commits` will only considre commits based on the commit the release tag is pointing at.
0 commit comments