java - Best way to upload/deploy jar files in Github -


i've used in past google code , had ability upload runnable jar files download, using github , understand had download tab developers able upload files (i.e. runnable jar file), unfortunately deprecated now.

is there another/better way deploy/upload runnable jar files on github download (for non developers download whole project zip file , compile it, bit complicated).

i hear suggestions.

since 2d july 2013, have new way "upload runnable jar files download" , through release.

releases, workflow shipping software end users.
releases first-class objects changelogs , binary assets present full project history beyond git artifacts. they're accessible repository's homepage:

homepage

  • releases accompanied release notes , links download software or source code.
  • following conventions of many git projects, releases tied git tags. can use existing tag, or let releases create tag when it's published.
  • you can attach binary assets (such compiled executables, minified scripts, documentation) release. once published, release details , assets available can view repository.

release

that replaces old binary upload service, removed in december 2012.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -