Skip to content

Commit

Permalink
docs(readme): update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Apr 3, 2024
1 parent 6ddd7f1 commit 28f4372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
gh release create ${{ github.ref_name }} \
--title ${{ github.ref_name }} \
--notes="See [changelog](${CHANGELOG}) for all changes." \
--notes="See [the CHANGELOG](${CHANGELOG}) for more details." \
--draft=${PRERELEASE} \
--prerelease=${PRERELEASE}
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Galaxy: Version](https://img.shields.io/badge/dynamic/json?label=galaxy&logo=ansible&prefix=v&url=https://galaxy.ansible.com/api/v3/collections/deadnews/util/&query=highest_version.version)](https://galaxy.ansible.com/ui/repo/published/deadnews/util)
[![GitHub: Tag](https://img.shields.io/github/v/tag/deadnews/ansible-collection-util?logo=github&logoColor=white)](https://github.com/deadnews/ansible-collection-util)
[![Documentation](https://img.shields.io/badge/documentation-gray.svg?logo=ansible&logoColor=white)](https://galaxy.ansible.com/ui/repo/published/deadnews/util/docs/)
[![Changelog](https://img.shields.io/badge/changelog-gray.svg?logo=github&logoColor=white)](https://github.com/deadnews/ansible-collection-util/blob/main/CHANGELOG.md)
[![CI: main](https://img.shields.io/github/actions/workflow/status/deadnews/ansible-collection-util/main.yml?branch=main&logo=github&logoColor=white&label=main)](https://github.com/deadnews/ansible-collection-util/actions/workflows/main.yml)
[![CI: pre-commit](https://results.pre-commit.ci/badge/github/DeadNews/ansible-collection-util/main.svg)](https://results.pre-commit.ci/latest/github/deadnews/ansible-collection-util/main)
Expand Down

0 comments on commit 28f4372

Please sign in to comment.