From e16f9169acc9433323e8bbd83fd071e7f088d5e8 Mon Sep 17 00:00:00 2001 From: Chad Metcalf Date: Tue, 12 Oct 2021 23:30:50 +0000 Subject: [PATCH] Adding support for gitpod. --- .gitpod.yml | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..5e7db79 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +tasks: + - init: npm install && npm run build + command: npm run lint +vscode: + extensions: + - dbaeumer.vscode-eslint diff --git a/README.md b/README.md index 53ca29a..0076ce2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/metcalfc/changelog-generator) + # Get a changelog between two references This Action returns a markdown formatted changelog between two git references. There are other projects that use milestones, labeled PRs, etc. Those are just too much work for simple projects.