Open Issues Need Help
View All on GitHub Developer Tools • CLI Application
AI Summary: Modify the Gradle build process for the JustServe CLI tool to name the generated executables (currently named `justserve-<OS>-latest`) with a version number (e.g., `justserve-<OS>-0.0.2`) or the current Git branch name. This involves updating the build script to incorporate version information or branch name into the output filename.
Complexity:
3/5
enhancement good first issue help wanted