diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e1758a --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# git-commits-since +Get all commits since given period of time or by default from latest git semver tag. Also detects and calculates next needed / recommended bump for your package. Based on [recommended-bump][], [parse-commit-message][], [detect-next-version][], [git-semver-tags][] and [git-raw-commits][]. Follows Conventional Commits specification.