Skip to content
New issue

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

README.md:Improve instructions #9974

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

larry-safran
Copy link
Contributor

Clarify some areas where I misstepped on my first time doing a full release.

@larry-safran larry-safran requested a review from temawi March 21, 2023 19:28
@ejona86
Copy link
Member

ejona86 commented Mar 22, 2023

You can use a prefix like "README.md: Improve instructions". Generally the file/folder is a good start of a prefix.

@larry-safran larry-safran changed the title docs:Improve instructions README.md:Improve instructions Mar 23, 2023
@larry-safran larry-safran merged commit 50a7661 into grpc:master Mar 24, 2023
@larry-safran larry-safran deleted the update-releasing branch March 24, 2023 23:43
@@ -114,6 +115,10 @@ Tagging the Release
$ ${EDITOR:-nano -w} README.md
$ ${EDITOR:-nano -w} documentation/android-channel-builder.md
$ ${EDITOR:-nano -w} cronet/README.md
# Bump protobuf plugin version if needed in README.md and multiple examples
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be done in the PR that changes the versions. The comment also mentions "README.md" but this edit line doesn't reference any README.md

$ git checkout -b bump-readme master
$ git cherry-pick v$MAJOR.$MINOR.$PATCH^
$ git push
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work, right? You need something more like git push --set-upstream origin bump-readme

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've got autoSetupRemote set to true on pushes, so it works for me, but good point that it should be setup for the default case.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants