sruupl / batflat

Lightweight, fast and easy CMS for free. Bootstrap ready. https://batflat.org
MIT License
134 stars 54 forks source link

Releases #41

Closed sim2github closed 4 years ago

sim2github commented 5 years ago

What about releases? We can host git archives on github by adding tags and relink to latest release on the main site.

git tag v1.3.5
git push --tags
klocus commented 5 years ago

It's good idea.

thomascenni commented 5 years ago

This is a very good idea. Using the official API to create a release: https://developer.github.com/v3/repos/releases/#create-a-release you'll get a downloadable zip or tar.gz file created automatically.