docs(release): record how the release path is validated - #211
Merged
Conversation
Signed-off-by: Bharath <bharathasl74185@gmail.com>
Signed-off-by: Bharath <bharathasl74185@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
RELEASE_PROCESS.md§6, giving the standing rule from #208 a durable home outside the issue that is about to be closed:release.ymlis triggered only by av*tag push and byworkflow_dispatch, no pull request ever runs it, and aworkflow_dispatchrun leavesgithub.refon a branch so the publishing step'sif: startsWith(github.ref, 'refs/tags/')guard skips it. A bump to an action used only in that workflow therefore cannot be validated by CI, and the rule is that you either exercise the path or say in the pull request that the bump was merged unexercised.The same section records the exercise itself.
v0.1.0-alpha.1was pushed at81472f3, the run went green (run), every step executed with none skipped, the release published as a pre-release and not a draft with all five zips attached (512× 223788, 256× 124347, 128× 75243, 64× 42284, 32× 31649 bytes), the body carried the pre-release fallback note above GitHub's generated notes, and the downloaded 512× zip unpacked to a valid pack containingpack.mcmeta,pack.pngand 33 PNGs underassets/minecraft/textures/block/. That was the first execution ofsoftprops/action-gh-releasev3.0.2 on this repository — the version #23 introduced without CI ever running it. The release and the tag were deleted about two minutes after publishing;gh release listandgit ls-remote --tags originare both empty again.No distribution channel, secret or upload step was added.
LICENSEand §5 are untouched.Closes #208.
Affected Assets
RELEASE_PROCESS.md(documentation only; no textures, blockstates or models)Type of Change
feat: New vector texture master, blockstate, or compiler capabilityfix: Tiling fix, palette correction, or bugfixdocs: Documentation improvementchore/refactor: Maintenance, dependencies, or codebase cleanupContributor Checklist
Vector Texture Standards (if adding/modifying SVGs)
Not applicable — no SVGs are touched.
Build & Verification
node tools/build.mjs --allproduced all five zips and the published 512× zip was downloaded and unpacked.Git Hygiene & Standards
git commit -s).mainwith no merge commits..editorconfig(2-space indent, LF endings, trailing newline).