diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ff54dde --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 6c1495a..e69aa1a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` diff --git a/package.json b/package.json index d9bd262..9d684bc 100644 --- a/package.json +++ b/package.json @@ -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": {