-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Add bare minimum Modrinth configuration #210
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Various thoughts but mostly there.
gameVersions = [ "$mcVersion" ] | ||
changelog = file('changes.md').text | ||
dependencies { | ||
required.project("ordsPcFz") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we leave a comment here that it depends on KFF? Then I don't need to look up the ID.
modrinth { | ||
token = System.getenv("MODRINTH_TOKEN") | ||
projectId = "iTyN4Kv7" | ||
versionNumber = "$project.version" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a comment further down about how this is not really globalized.
Recent merges mean that this PR needs to be rebased/refactored a bit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be rebased to actually be mergable at this point.
Adds a gradle task that will publish if you have your
MODRINTH_TOKEN
set. Still manual at the momentAt the moment running this would create a version identical to the current 1.0.1 version, including the changelog.
ToDo: