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

Simplify published release display name #218

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

MattSturgeon
Copy link
Member

@MattSturgeon MattSturgeon commented Jun 8, 2024

As discussed in #195 (comment), we can simplify the pattern used here to be shorter and less redundant.

I've changed it:
From "[Fabric] Freecam 1.2.4 for MC 1.20.4"
To "1.2.4 for MC 1.20.4 (fabric)"

Using the pattern, where project.name is the gradle (sub) project, i.e. fabric, neoforge, common, etc:

"${rootProject.mod_version} for MC ${rootProject.minecraft_version} (${project.name})"

The display name used in modrinth/curseforge releases can be simplified:

From `"[Fabric] Freecam 1.2.4 for MC 1.20.4"`
To `"1.2.4 for MC 1.20.4 (fabric)"`
@MattSturgeon
Copy link
Member Author

1.2.4 (for MC 1.20.4 fabric) could also work 🤔

@MattSturgeon MattSturgeon merged commit 8d1148d into MinecraftFreecam:main Jun 10, 2024
1 check passed
@MattSturgeon MattSturgeon deleted the release-names branch June 10, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants