diff --git a/.gitignore b/.gitignore index caac6da..2d83068 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -semver coverage.out diff --git a/Contribution.md b/Contribution.md index e4c200d..644ff03 100644 --- a/Contribution.md +++ b/Contribution.md @@ -7,4 +7,9 @@ If you want to contribute to this project, start with an existing issue or propo ```bash VERSION=$(semver info v) go build -ldflags "-X main.version=$VERSION" . -``` \ No newline at end of file +``` + +# Promote + +## Create a tag + diff --git a/semver b/semver new file mode 100755 index 0000000..91bf4bc Binary files /dev/null and b/semver differ