docs: de-hardcode the initial-publish section in RELEASING.md - #145
Closed
OmarAlJarrah wants to merge 1 commit into
Closed
docs: de-hardcode the initial-publish section in RELEASING.md#145OmarAlJarrah wants to merge 1 commit into
OmarAlJarrah wants to merge 1 commit into
Conversation
The "Publishing the initial 0.1.0-alpha.1" runbook still assumed .release-please-manifest.json and gradle.properties read 0.1.0-alpha.1 and that the first automated release would be alpha.2. Both files have long since moved to 0.1.0-alpha.4, so the runbook was pointing a maintainer at a stale version and a false "first automated release" claim. Reframe the section around the general condition that actually requires a manual publish -- release-please's publish job needs an existing GitHub Release to build from, so whatever version is on gradle.properties when there is no tag for it yet has to be published by hand once. This describes the same one-time bootstrap procedure without hardcoding a version number, so it stays accurate as releases ship and applies again if a future series ever needs the same manual kick-start. Closes #94
Member
Author
|
Superseded by #157, which switches the project to a stable |
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.
Summary
RELEASING.md's "Publishing the initial 0.1.0-alpha.1" section still assumed.release-please-manifest.jsonandgradle.propertiesread0.1.0-alpha.1and that the next automated release would bealpha.2; both files are now at0.1.0-alpha.4, so the runbook pointed at a stale version and a false "next release" claim.Test plan
.release-please-manifest.json(0.1.0-alpha.4) andgradle.properties(version=0.1.0-alpha.4).Closes #94