jscheid / prettier.el

Prettier code formatting for Emacs.
GNU General Public License v3.0
167 stars 12 forks source link

Fixes #11 Github Actions workflow to publish artifacts to release branch #24

Closed wyuenho closed 4 years ago

wyuenho commented 4 years ago

Before you turn on this workflow, please push a release branch first.

This workflow publishes a new build of the JS blobs to the release branch every time there's a push to master. If you want to release a stable version to Melpa, just git tag a release commit and push.

jscheid commented 4 years ago

Thanks @wyuenho, I've decided to go with a variation of this in #25 that matches my preferred workflow a bit better. Closing this one now, thanks again.