Skip to content

Commit e6e0f8e

Browse files
committed
Merge branch 'main' of github.com:chigopher/tag
2 parents 2ed84b5 + 5a0f7f2 commit e6e0f8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/chigopher/tag)
2+
13
# tag
24

35
tag is a tool meant for CI pipelines that automates and simplifies creating git tags for your repo.
@@ -62,4 +64,4 @@ All the config options can be specified from multiple locations:
6264

6365
Additionally, a special `VERSION` file can be specified that is a single-line file that contains the requested git tag. This file is optional, as the same information can be provided in the `version` config field (either in the config file or as an environment variable).
6466

65-
Both the `.tag.yml` file and the `VERSION` file can be discovered automatically by `tag` by searching every path from the current working directory up to the root directory.
67+
Both the `.tag.yml` file and the `VERSION` file can be discovered automatically by `tag` by searching every path from the current working directory up to the root directory.

0 commit comments

Comments
 (0)