Skip to content
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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

bloxgate
Copy link
Member

@bloxgate bloxgate commented Jun 10, 2022

Adds a gradle task that will publish if you have your MODRINTH_TOKEN set. Still manual at the moment

At the moment running this would create a version identical to the current 1.0.1 version, including the changelog.

ToDo:

  • Automate this to publish on some criteria

Copy link
Contributor

@jrddunbr jrddunbr left a 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")
Copy link
Contributor

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.

gradle.properties Show resolved Hide resolved
modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "iTyN4Kv7"
versionNumber = "$project.version"
Copy link
Contributor

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.

@jrddunbr
Copy link
Contributor

Recent merges mean that this PR needs to be rebased/refactored a bit.

@jrddunbr jrddunbr self-requested a review September 20, 2023 01:42
Copy link
Contributor

@jrddunbr jrddunbr left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants