bpruitt-goddard / vscode-mermaid-syntax-highlight

Markdown syntax support for the Mermaid charting language
MIT License
92 stars 36 forks source link

Create Github Action To Auto-Deploy #78

Closed bpruitt-goddard closed 2 years ago

bpruitt-goddard commented 2 years ago

Stop dealing with manual local deploys when Github Actions can handle it.

This action is deployed on PR merges. To avoid issues of trying to publish a duplicate version (such as when a PR is merged that does not bump the version), this action only runs when the CHANGELOG.md file is updated (inferring that a new version must have been made).