-
Notifications
You must be signed in to change notification settings - Fork 935
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 CHANGELOG.md and related workflows #2414
Conversation
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: opensearch-project#2394 Signed-off-by: Kawika Avilla <[email protected]>
66f8788
to
78c4fa0
Compare
@@ -5,10 +5,11 @@ | |||
[List any issues this PR will resolve] | |||
|
|||
### Check List | |||
- [ ] All tests pass |
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.
this should be spruced up but i moved this higher because not everything needed new tests but tests should pass
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.
nice
simplify release note process
Codecov Report
@@ Coverage Diff @@
## main #2414 +/- ##
==========================================
- Coverage 66.75% 66.74% -0.01%
==========================================
Files 3194 3194
Lines 60803 60803
Branches 9238 9238
==========================================
- Hits 40587 40585 -2
- Misses 18008 18010 +2
Partials 2208 2208
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
||
### 🔩 Tests | ||
|
||
## [2.x] |
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.
should we use x.x as place holder or change to 3.x algin with main?
@kavilla Thanks for taking the purpose into action! |
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: #2394 Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit 806e96c)
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: #2394 Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit 806e96c)
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: #2394 Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit 806e96c)
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-2414-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 806e96c18672fcb7b7587740b2dec32aa48d6ec7
# Push it to GitHub
git push --set-upstream origin backport/backport-2414-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x Then, create a pull request where the |
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: #2394 Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit 806e96c)
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: opensearch-project#2394 Signed-off-by: Kawika Avilla <[email protected]>
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: opensearch-project#2394 Signed-off-by: Kawika Avilla <[email protected]>
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: opensearch-project#2394 Signed-off-by: Kawika Avilla <[email protected]>
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: #2394 Signed-off-by: Kawika Avilla <[email protected]> Signed-off-by: Kawika Avilla <[email protected]>
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: #2394 Signed-off-by: Kawika Avilla <[email protected]> Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit b497050)
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: #2394 Signed-off-by: Kawika Avilla <[email protected]> Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit b497050) Co-authored-by: Kawika Avilla <[email protected]>
Adding a CHANGELOG.md to be manually update per PR This should be automated though in the future. Issue: opensearch-project#2394 Signed-off-by: Kawika Avilla <[email protected]> Signed-off-by: Sergey V. Osipov <[email protected]>
Description
Adding a CHANGELOG.md to be manually update per PR
This should be automated though in the future.
Signed-off-by: Kawika Avilla [email protected]
Issues Resolved
#2394
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr