Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 219 forks source link

consider tagging git release #138

Closed anthraxx closed 6 years ago

anthraxx commented 6 years ago

Hi, thanks for this great project. Would it be possible to tag git releases to aid packaging it for distros? cheers, Levente

Storyyeller commented 6 years ago

The goal is for master to always be usable, so I'm not sure what tagging would accomplish.

anthraxx commented 6 years ago

What version should be considered shippable to an end user? Should literally every single commit hitting master be considered stable? What happens if some bigger refactoring or similar happens, making the master possibly less bullet proof for some time?

Storyyeller commented 6 years ago

I don't see any reason not to use the latest version.

At any rate, Krakatau is in maintenance mode for the forseeable future. The last really big change to the code was in December 2015.

anthraxx commented 6 years ago

Will then package regularily straight from master. Thanks for the tool!