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
Basically, create a new workflow for when a release tag is created.
Like in: https://github.com/marketplace/actions/automatic-releases#create-a-new-github-release-when-tags-are-pushed-to-the-repository
This will define a new tag "release" to be the most stable version.
Then checkupdate.py must be updated to reflect the new changes, it should check the version.json in the latest tag.
checkupdate.py
version.json
latest
hoi4-presence/src/checkupdate/checkupdate.py
Line 36 in b3e1862
This workflow also needs to validate version.json, see #45 is also related.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basically, create a new workflow for when a release tag is created.
Like in:
https://github.com/marketplace/actions/automatic-releases#create-a-new-github-release-when-tags-are-pushed-to-the-repository
This will define a new tag "release" to be the most stable version.
Then
checkupdate.py
must be updated to reflect the new changes, it should check theversion.json
in thelatest
tag.hoi4-presence/src/checkupdate/checkupdate.py
Line 36 in b3e1862
This workflow also needs to validate
version.json
, see #45 is also related.summary
checkupdate.py
to see the latest tagversion.json
, related: Auto bump in CI/CD #45The text was updated successfully, but these errors were encountered: