From b533724221704823c46e215e457e507d2d59efeb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 19 May 2023 00:07:38 +0100 Subject: [PATCH] docs(readme): update main description text --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8363544..53422d6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- Create/update git tags via GitHub API. + Easily create/update one or more Git tags in a GitHub repository.

@@ -23,11 +23,12 @@

-A simple action to easily create/update one or more tags in a GitHub repository. - Generally useful for moving major (`v1`) and minor (`v1.2`) tags to same commit -as the latest `v1.x.x` tag. This action uses itself to move it's own major and -minor tags. +as the latest `v1.x.x` tag. + +This action +[uses itself](https://github.com/jimeh/update-tags-action/blob/main/.github/workflows/ci.yml) +to move its own major and minor tags. ## Examples