We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For documentation purpose
2.1.0 and earlier versions, bot able to know it's release version when having source code (pom.xml) file because it reads from it.
But on released versions (zip files) bot can't because the pom.xml file wasn't included into the release
So from 2.2.0 (PR#54), an additional file named current-version.txt was added to resources folder and bot can read it's version from it
current-version.txt
resources
Consequence:
The text was updated successfully, but these errors were encountered:
9-9-9-9
Successfully merging a pull request may close this issue.
For documentation purpose
2.1.0 and earlier versions, bot able to know it's release version when having source code (pom.xml) file because it reads from it.
But on released versions (zip files) bot can't because the pom.xml file wasn't included into the release
So from 2.2.0 (PR#54), an additional file named
current-version.txt
was added toresources
folder and bot can read it's version from itConsequence:
The text was updated successfully, but these errors were encountered: