Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jun 6, 2021
2 parents b5fc9ff + 1c82a6e commit eab02e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.0.1](https://github.com/konfer-be/action-create-release-from-tag/compare/v1.0.0...v1.0.1)

- Update badges and example version [`bd21fcd`](https://github.com/konfer-be/action-create-release-from-tag/commit/bd21fcdd987c410c835d94fcb9a0c72213c7da10)

#### v1.0.0

> 6 June 2021
- Release v1.0.0 [`b5fc9ff`](https://github.com/konfer-be/action-create-release-from-tag/commit/b5fc9ff76a2831476dca13ba3ce97e685a6ddb86)
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-create-release-from-tag",
"version": "1.0.0",
"version": "1.0.1",
"description": "Github action to create release with changelog, on tag number based.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit eab02e0

Please sign in to comment.