docs: correct the release instructions and drop dangling references - #1
Merged
Conversation
The mobile README still described releases as tag-driven ("git tag v1.x.y")
and pointed Obtainium at a placeholder repo URL that never existed. Releases
are computed from Conventional Commits on main; the manual path is a
workflow_dispatch run, which is also how the first release gets minted when no
tag exists yet.
HANDOFF referenced PR numbers that do not resolve here.
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.
Cleanup found while checking what the fresh repo still gets wrong.
apps/mobile/README.mddescribed cutting a release asgit tag v1.x.y && git push- that has not been how it works since the release workflow moved to Conventional Commits onmain. Rewritten to say what actually happens, including theworkflow_dispatchpath for minting the first release when no tag exists yet.github.com/your-username/align-management-app(a repo that never existed) and told you to configure a PAT. Now the real URL, and no auth - the repo is public.release.yml, and the header carried a placeholder instance URL.HANDOFF.mdreferenced PR numbers that do not resolve in this repo.