Skip to content

Commit

Permalink
Update badges and example version
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jun 6, 2021
1 parent b5fc9ff commit bd21fcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build and test](https://github.com/konfer-be/action-create-release-from-tag/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/konfer-be/action-create-release-from-tag/actions/workflows/build-and-test.yml)
[![Coverage Status](https://coveralls.io/repos/github/konfer-be/action-create-release-from-tag/badge.svg?branch=main)](https://coveralls.io/github/konfer-be/action-create-release-from-tag?branch=main)
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/konfer-be/action-create-release-from-tag/main)
![Requires.io (branch)](https://img.shields.io/requires/github/konfer-be/action-create-release-from-tag/main)
[![Coverage Status](https://coveralls.io/repos/github/konfer-be/action-create-release-from-tag/badge.svg?branch=master)](https://coveralls.io/github/konfer-be/action-create-release-from-tag?branch=master)
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/konfer-be/action-create-release-from-tag/master)
![Requires.io (branch)](https://img.shields.io/requires/github/konfer-be/action-create-release-from-tag/master)

# Create release whith changelog as release note

Expand All @@ -16,7 +16,7 @@ Simple as that in your action definition:

```yaml
- name: Create release with changelog
uses: konfer-be/action-create-release-from-tag@v1.0.0
uses: konfer-be/action-create-release-from-tag@v1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }} # required
```
Expand Down

0 comments on commit bd21fcd

Please sign in to comment.