It's a rather annoying process of uploading the newest SWC every time you commit to GitHub. And if you forget to upload the 开发者_运维技巧SWC, people will be using old versions.
Is there any way to automate that process?
You can do it using ANT see links also you can build SWC From ANT
1) ant-git-macros 2) Github ANT Scripts
According to GitHub, You can do this automatically by tagging a point in your repository.
I also found a Ruby "GitHub Upload" script which was easy enough to include in my build script. https://github.com/wereHamster/ghup
精彩评论