Skip to content

Commit 378f26e

Browse files
authored
Update Project Status button (#1380)
## Fixes Or Enhances This PR updates 'Project Status' button in README.md file to automatically display the latest release version. No manual editing of the release version in the README.md file is required. <img width="740" alt="image" src="https://github.com/user-attachments/assets/cf40b0c1-afa4-4499-b80b-a9aba118614b" /> **Make sure that you've checked the boxes below before you submit PR:** - [ ] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers
1 parent 7d97147 commit 378f26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package validator
22
=================
33
<img align="right" src="logo.png">[![Join the chat at https://gitter.im/go-playground/validator](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/go-playground/validator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
![Project status](https://img.shields.io/badge/version-10.25.0-green.svg)
4+
[![Project status](https://img.shields.io/github/release/go-playground/validator.svg)](https://github.com/go-playground/validator/releases)
55
[![Build Status](https://github.com/go-playground/validator/actions/workflows/workflow.yml/badge.svg)](https://github.com/go-playground/validator/actions)
66
[![Coverage Status](https://coveralls.io/repos/go-playground/validator/badge.svg?branch=master&service=github)](https://coveralls.io/github/go-playground/validator?branch=master)
77
[![Go Report Card](https://goreportcard.com/badge/github.com/go-playground/validator)](https://goreportcard.com/report/github.com/go-playground/validator)

0 commit comments

Comments
 (0)