Skip to content

Commit

Permalink
np: Tooling typos ⚓
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Apr 1, 2024
1 parent 0c6df9e commit d1e8850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/gabyx/githooks)](https://goreportcard.com/report/github.com/gabyx/githooks)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT)
[![GitHub Releases](https://img.shields.io/github/release/gabyx/githooks.svg)](https://github.com/gabyx/githooks/releases)
![Git Version](https://img.shields.io/badge/Git-%E2%89%A5v2.28.0,%20latest%20tests%20v2.36.1-blue)
![Git Version](https://img.shields.io/badge/Git-%E2%89%A5v2.28.0,%20latest%20tests%20v2.43.0-blue)
![Go Version](https://img.shields.io/badge/Go-1.20-blue)
![OS](https://img.shields.io/badge/OS-linux,%20macOs,%20Windows-blue)

Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if git tag --list "v*" | grep -q "$tag"; then
echo "Git tag '$tag' already exists."
fi

update_info="${1:-}"
update_info="${2:-}"

if [ -z "$update_info" ]; then
git tag "prepare-$tag"
Expand Down

0 comments on commit d1e8850

Please sign in to comment.