orpiske commented on issue #104: URL: https://github.com/apache/camel-karavan/issues/104#issuecomment-970136699
The RELEASE is there to avoid the problem we had on 3.12 release, where it [did not replace the stable](https://github.com/apache/camel/blob/camel-3.12.0/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java#L21) version during the release process. For 3.13 and newer, we basically instruct jbang to use the [latest released version](https://github.com/apache/camel/blob/main/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java#L21) by default. One alternative would be to manually do the change during the release process, but I am afraid it would be error prone. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
