From 99c050f8e173ab4004807c3cae36a904b9d0abdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20B=C3=B6schen?= Date: Fri, 19 Mar 2021 00:43:19 +0100 Subject: [PATCH] Add usage example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 73c3fc8..e77ec86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # semver-go +## Usage + +```sh +git tag $(semver patch) +``` ## Credits * [mycrEEpy](https://github.com/mycrEEpy) for staying with me :) \ No newline at end of file