tolbertam / sstable-tools

Tools for parsing, creating and doing other fun stuff with sstables
Apache License 2.0
162 stars 31 forks source link

[#61] Automate artifact upload to github releases #64

Closed tolbertam closed 7 years ago

tolbertam commented 7 years ago

Uses maven-release-plugin and github-release-plugin to deploy executable jar to github releases on release.

To be done after #62

tolbertam commented 7 years ago

With my past experience with maven releases, this probably isn't perfect and will probably require some iteration (and force pushes :|) after merge to get everything right.