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:
- 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.
that replaces old binary upload service, removed in december 2012.
Comments
Post a Comment