It doesn't currently make sense to produce Releases of our app.
But, there would be merit in the build tracking Tagged commits. When this happens, we should put the release into a releases sub-folder, into a folder named the same as the tag.
Aah, I guess the releases folder should be browsable, so we can see the list of releases. Or, we will need to generate/maintain an index.html file that lists them.
Hmm, further thoughts on this:
- we could use a "releases" branch in the repo to store these. It would be good if we could actually show a list of PR titles, each linking to a compiled release of that version.
- we should investigate if it's possible to deploy a version of the app via the Releases page (No, I don't think it's possible: https://developer.github.com/v3/repos/releases/#create-a-release)
Hmm, maybe this could be of value: https://github.com/rafrex/spa-github-pages
Aah, maybe there's an easier way: http://www.evansalter.com/blog/github-pages-and-single-page-apps/
It doesn't currently make sense to produce Releases of our app.
But, there would be merit in the build tracking Tagged commits. When this happens, we should put the release into a releases sub-folder, into a folder named the same as the tag.
Aah, I guess the releases folder should be browsable, so we can see the list of releases. Or, we will need to generate/maintain an index.html file that lists them.
Hmm, further thoughts on this:
Hmm, maybe this could be of value: https://github.com/rafrex/spa-github-pages
Aah, maybe there's an easier way: http://www.evansalter.com/blog/github-pages-and-single-page-apps/