Update dev dependencies, add ESLint

This commit is contained in:
Thomas Hughes
2019-09-20 15:07:18 -05:00
parent d0222fc862
commit af260870f7
4 changed files with 6227 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# GitHub Action -- Releases API
# GitHub Action - Releases API
This GitHub Action (written in JavaScript) wraps the [GitHub Release API](https://developer.github.com/v3/repos/releases/), specifically the [Create a Release](https://developer.github.com/v3/repos/releases/#create-a-release) endpoint, to allow you to leverage GitHub Actions to create releases.
<a href="https://github.com/actions/create-release"><img alt="GitHub Actions status" src="https://github.com/actions/create-release/workflows/Create%20Release/badge.svg"></a>