toland / qlmarkdown

QuickLook generator for Markdown files.
3.24k stars 141 forks source link

Automate posting to Github releases #87

Open MartinDelille opened 5 years ago

MartinDelille commented 5 years ago

Here is a travis script that would enable to automatically push new release on github.

There is still some stuff you need to do to make it work because I add an encrypted personal token to enable travis to push release to my repo.

In order to make it work with your repository you must:

It will generate a secure token that you need to replace in the script I sent to you in this PR.