Skip to content

Commit e16f916

Browse files
committed
Adding support for gitpod.
1 parent 3dcd59f commit e16f916

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tasks:
2+
- init: npm install && npm run build
3+
command: npm run lint
4+
vscode:
5+
extensions:
6+
- dbaeumer.vscode-eslint

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![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)
2+
13
# Get a changelog between two references
24

35
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.

0 commit comments

Comments
 (0)