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
Just like #26 says, the value of the post link is hardcoded as https://www.minecraft.net/en-us/article/minecraft-snapshot-${currentSnapshot.name} Which means full releases, pre releases, and release candidates will not work as they have different beginnings to their post links
Created as a separate issue because fixing this one does not necessarily mean fixing #26
The text was updated successfully, but these errors were encountered:
I don't think it is possible to automate the process of getting post link; we might have to correct the link manually whenever it's wrong 🤔
Sorry, something went wrong.
No branches or pull requests
The Bug
Just like #26 says, the value of the post link is hardcoded as https://www.minecraft.net/en-us/article/minecraft-snapshot-${currentSnapshot.name}
Which means full releases, pre releases, and release candidates will not work as they have different beginnings to their post links
Created as a separate issue because fixing this one does not necessarily mean fixing #26
The text was updated successfully, but these errors were encountered: