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
We should add a GitHub Actions Workflow that automatically published to GH Releases as well as CurseForge & Modrinth.
The motivation for this is to reduce developer friction when releasing, making it easier to publish smaller releases more often.
Actually creating the release, bumping version numbers, patching the changelog, committing, tagging, & pushing will still be a manual process.
-mc1.30
project.version
+1.20.4
A concurrency group based on the freecam version (mc-generic) should be used to avoid race conditions.
If possible, we should prioritise creating the release before building the artifacts.
We'll probably need a few discreet workflows or actions:
Create GH Release
Build
Publish using publishMod
publishMod
Publish to existing GH Release
Update Release (by johnwbyrd, now maintained by ColinPitrat)
The text was updated successfully, but these errors were encountered:
MattSturgeon
No branches or pull requests
We should add a GitHub Actions Workflow that automatically published to GH Releases as well as CurseForge & Modrinth.
The motivation for this is to reduce developer friction when releasing, making it easier to publish smaller releases more often.
Actually creating the release, bumping version numbers, patching the changelog, committing, tagging, & pushing will still be a manual process.
On pushing a non-mc-specific tag
On pushing a mc-specific tag
Tag format
-mc1.30
was usedproject.version
, i.e.+1.20.4
though?Concurrency
A concurrency group based on the freecam version (mc-generic) should be used to avoid race conditions.
If possible, we should prioritise creating the release before building the artifacts.
Workflows
We'll probably need a few discreet workflows or actions:
Create GH Release
Build
Publish using
publishMod
Publish to existing GH Release
Update Release (by johnwbyrd, now maintained by ColinPitrat)
The text was updated successfully, but these errors were encountered: