你如何支持github.io中的发布标签?

时间:2015-02-11 09:13:06

标签: github tags release github-pages

Github为javascript项目提供了一个在线展示自己的绝佳机会。这个github pages技术的解决方案是Hosted directly from your GitHub repository. Just edit, push, and your changes are live。但我检查过,只有gh-pages分支可见。是的,这个口号似乎不适用于git标准master分支。此外,还有一个release-tag standard, supported by github。它表示你通过发布(版本)标签巩固了标记它们的版本。我可以将它们附加到gh-pages分支中。但我只看到最新的提交live,问题是how do I make other releases available online also

meta :我意识到这个问题可能更适合程序员,因为它不讨论任何编码。我们应该将其移植到那里吗?

1 个答案:

答案 0 :(得分:1)

我发现了一个解决方案。而不是使用标记标记发布,而是在新存储库中启动每个新版本。每个计划都有unlimited repositories,甚至是免费计划。