You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use different version formats for release and debug? For example, for debug builds I'd like to include the commit hash, but omit it for release.
I was able to work around this by stripping parts of the string in when handling the release variant, but maybe there's a simpler way to do it with the plugin:
What you're doing is the only way right now. But having totally separate formats for "release" branches is a great idea. Instead of hideBranches, we could have releaseBranches and releaseFormat.
Is it possible to use different version formats for release and debug? For example, for debug builds I'd like to include the commit hash, but omit it for release.
I was able to work around this by stripping parts of the string in when handling the release variant, but maybe there's a simpler way to do it with the plugin:
The text was updated successfully, but these errors were encountered: