docs(contributing): document the emoji module release path#224
Merged
Conversation
Add §2.E to the release runbook: graph-compose-emoji versions independently (bump emoji/pom.xml, push an emoji-v* tag -> publish-emoji.yml), is not bumped by the engine release and is not in the bundle (so no consumer re-pin), and is regenerated via build-emoji-set.py. The runbook predated the emoji module.
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.
Why
The release runbook (
docs/contributing/release-process.md) documents theindependently-versioned
graph-compose-fontsartifact (§2.D) but predates thegraph-compose-emojimodule, so the emoji publish path was undocumented.What changed
graph-compose-emojiversions independently (bump
emoji/pom.xml, push anemoji-v*tag →publish-emoji.yml), is not bumpedby the engine release, is not in the bundle (so no consumer re-pin, unlike
fonts), and is regenerated via
build-emoji-set.py. Notes the first publish isemoji-v1.0.0.Verification
./mvnw test -pl . -Dtest=CanonicalSurfaceGuardTest,DocumentationCoverageTest,PackageMapGuardTest,VersionConsistencyGuardTest→ BUILD SUCCESS (21 tests) — markdown links resolve, no legacy API tokens
leak into the doc. Documentation only.
Lane: docs (contributing) — release runbook, no code change.
Independent of any open branch.