FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: include updating release optional step by RafaelGSS · Pull Request #46089 · nodejs/node · GitHub

/ node Public

doc: include updating release optional step - #46089

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
RafaelGSS:doc/include-updating-release-step
Jan 6, 2023
Merged

doc: include updating release optional step#46089
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
RafaelGSS:doc/include-updating-release-step

Conversation

Copy link
Copy Markdown
Member

cc @nodejs/releasers

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/tsc

nodejs-github-bot added the doc Issues and PRs related to the documentations. label Jan 4, 2023
Comment thread doc/contributing/releases.md Outdated
RafaelGSS force-pushed the doc/include-updating-release-step branch from 833a9c4 to 09c68ee Compare January 4, 2023 13:59
Comment thread doc/contributing/releases.md Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I think it'd be useful to have the Git steps documented in this section for when we need to remove or adjust commits in the release. As a draft suggestion, I think including steps like this would be useful:

Remove or adjust problematic commit(s):

# update staging
git checkout staging
git rebase -i ...  # rebase to drop or edit the bad commit(s)
git push -f upstream staging
# rebase proposal against the updated staging branch
git checkout proposal
git rebase upstream/staging

Reminder to re-run changelog-maker and update the changelog to include the new/changed Git SHAs. (Easily forgotten).

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Just updated

RafaelGSS Jan 4, 2023
edited
Loading

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Actually, it's missing a fix. In case of dropping a commit, we need to reset the branch instead of rebasing

git reset --hard upstream/staging

I'll adjust it.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Done!

RafaelGSS force-pushed the doc/include-updating-release-step branch from 09c68ee to eebd1b8 Compare January 4, 2023 17:35
RafaelGSS force-pushed the doc/include-updating-release-step branch from eebd1b8 to 785f79d Compare January 4, 2023 20:04
RafaelGSS requested a review from BethGriggs January 6, 2023 15:54
RafaelGSS added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 6, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 6, 2023
nodejs-github-bot merged commit fd71d1a into nodejs:main Jan 6, 2023

Copy link
Copy Markdown
Collaborator

Landed in fd71d1a

RafaelGSS added a commit to RafaelGSS/node that referenced this pull request Jan 17, 2023
PR-URL: nodejs#46089
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
RafaelGSS added a commit that referenced this pull request Jan 20, 2023
PR-URL: #46089
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
RafaelGSS mentioned this pull request Jan 20, 2023
juanarbol pushed a commit that referenced this pull request Jan 26, 2023
PR-URL: #46089
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
juanarbol mentioned this pull request Jan 28, 2023
juanarbol pushed a commit that referenced this pull request Jan 31, 2023
PR-URL: #46089
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
Reviewed-By: Beth Griggs <bethanyngriggs@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

Labels

doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL