Skip to content

How to specify a release version? #1544

Answered by quintesse
thadguidry asked this question in Q&A
Discussion options

You must be logged in to vote

You could definitely use jbang com.homi:homi-cli:1.1.0 if that was published on Maven Central. That's perhaps the easiest from the PoV of Jbang usage but getting things published on Maven Central isn't that trivial.

You can use Jbang's catalog and aliases for something like jbang homi@homi-cli but it doesn't have a versioning system. You could perhaps make aliases with the version in the name, eg: jbang homi-1-1-0@homi-cli.

Another option could indeed be to use GitHub tags and use jbang homi@homi-cli/jbang-catalog-or-some-other-name/1.1.0, but the name is getting a bit long perhaps and it might not be so nice if you have different projects in that catalog all following different versionings.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thadguidry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants