gorhill / httpswitchboard

Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.
GNU General Public License v3.0
1.33k stars 84 forks source link

Use releases #368

Closed mikhaelkh closed 10 years ago

mikhaelkh commented 10 years ago

Use releases tab instead of adding another version in dist folder.

gorhill commented 10 years ago

I don't understand. What is "releases tab"?

gorhill commented 10 years ago

I can see it is not ideal when someone wants to fork or clone, there is over 350 MB of releases in there, most of them not very useful - because obsolete. I want to keep the history of all the releases though. I just want to understand what you have in mind.

mikhaelkh commented 10 years ago

Go to https://github.com/gorhill/httpswitchboard, above yellow strip (language statistics) you will see releases, or go directly to https://github.com/gorhill/httpswitchboard/releases

ghost commented 10 years ago

Releases are just Git tags (basically), with the additional feature that you can upload a compressed archive of the code as well.

mikhaelkh commented 10 years ago

Even if you don't upload anything you'll be able to download current state of a project as zip file. See https://help.github.com/categories/85/articles and https://developer.github.com/v3/repos/releases/. You can upload any binary files you want, it might be an installer, an archive, a CRX extension or everything above, and you can do it automatically using GitHub API!