Define aliases jython-latest & jython-release and rename jython-cli to jython - #36
Define aliases jython-latest & jython-release and rename jython-cli to jython#36wfouche wants to merge 8 commits into
Conversation
|
Not a development snapshot, technically: it would always be a beta or a release candidate, something worth publishing at Maven Central. Does that affect your choice of name? It would be nice to stabilise this. Is there a convention elsewhere in the JBang ecosystem? If it's "-dev", fair enough. I've noticed that the beta shows up as the "latest version" on Maven Central (questionably in my view). Is there maybe some way (a clean one please) to select the pre-final "latest" when the latest is not final, and ideally not involving the editing of the catalog each time? |
|
@jeff5 , thanks for the valuable feedback.
|
|
@jeff5 , I removed the "-cli" extension from all aliases. It is completely redundent. Without this extension, running Jython feels more natural.
JBang allows aliases to be installed as a local app, for example: $ jbang app install jython@jython Thereafter $ jython -V |
|
@jeff5, all done, ready to be reviewed.
|

@jeff5 , I think
-devis a more relevant suffice for the alias then-nextgiven that this alias would typically refer to a development snapshot (pre-release).