-
Notifications
You must be signed in to change notification settings - Fork 906
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
Add 2.18 release note #8779
Add 2.18 release note #8779
Conversation
…ing invalid changelog fragments Signed-off-by: Anan Zhuang <[email protected]>
Signed-off-by: Anan Zhuang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love seeing the changeset feature work so well. This would have been a nightmare to manually resolve/validate.
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.18 2.18
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.18
# Create a new branch
git switch --create backport/backport-8779-to-2.18
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 168bb5221cb481de93709877a06ad183ba0fb130
# Push it to GitHub
git push --set-upstream origin backport/backport-8779-to-2.18
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.18 Then, create a pull request where the |
* [Bug] Make release note generation more resilient by gracefully handling invalid changelog fragments Signed-off-by: Anan Zhuang <[email protected]> * add 2.18.0 release note Signed-off-by: Anan Zhuang <[email protected]> --------- Signed-off-by: Anan Zhuang <[email protected]>
…8779) (#8789) * Add 2.18 release note (#8779) * [Bug] Make release note generation more resilient by gracefully handling invalid changelog fragments Signed-off-by: Anan Zhuang <[email protected]> * add 2.18.0 release note Signed-off-by: Anan Zhuang <[email protected]> --------- Signed-off-by: Anan Zhuang <[email protected]> * add 2.17.1 release note Signed-off-by: Anan Zhuang <[email protected]> --------- Signed-off-by: Anan Zhuang <[email protected]>
Description
add 2.18.0 release note
Issues Resolved
na
Screenshot
na
Testing the changes
na
Changelog
Check List
yarn test:jest
yarn test:jest_integration