Skip to content

Commit

Permalink
Adding support for gitpod.
Browse files Browse the repository at this point in the history
  • Loading branch information
metcalfc committed Oct 12, 2021
1 parent 3dcd59f commit e16f916
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tasks:
- init: npm install && npm run build
command: npm run lint
vscode:
extensions:
- dbaeumer.vscode-eslint
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e16f916

Please sign in to comment.