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

Add CHANGELOG #800

Merged
merged 1 commit into from
Mar 13, 2023
Merged

Add CHANGELOG #800

merged 1 commit into from
Mar 13, 2023

Conversation

heemin32
Copy link
Collaborator

Description

Add CHANGELOG

Issues Resolved

N/A

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed as per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@heemin32 heemin32 requested a review from a team March 13, 2023 20:51
@codecov-commenter
Copy link

codecov-commenter commented Mar 13, 2023

Codecov Report

Merging #800 (54ecf51) into main (e9dd3e0) will decrease coverage by 0.33%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main     #800      +/-   ##
============================================
- Coverage     85.40%   85.08%   -0.33%     
+ Complexity     1084     1076       -8     
============================================
  Files           151      151              
  Lines          4370     4370              
  Branches        390      390              
============================================
- Hits           3732     3718      -14     
- Misses          463      475      +12     
- Partials        175      177       +2     

see 5 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@heemin32 heemin32 force-pushed the changelog branch 2 times, most recently from 5ea4fde to 39c1f77 Compare March 13, 2023 21:41

- uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: "autocut, skip-changelog"
Copy link
Member

Choose a reason for hiding this comment

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

why autocut is included? We can add "skip-changelog" to autocuts if needed.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Followed what OpenSearch core repo is doing. I think most of commit done by auto cut won't get included in CHANGELOG. Yes. Adding skip-changelog in the autocut might be better if some of the autocut need to get included in the CHANGELOG. Do we have such case do you know?

Copy link
Member

Choose a reason for hiding this comment

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

I don't have any particular reference, but I can image it's could be a fix for a broken distribution build, or other type of infrastructure change, like build/publish script

Copy link
Member

Choose a reason for hiding this comment

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

I'm fine with having auto-cut if that what core is doing, we can revert it later if that doesn't work for us. Just want to understand the reason behind adding it

Copy link
Collaborator Author

@heemin32 heemin32 Mar 13, 2023

Choose a reason for hiding this comment

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

The reason that we don't include autocut here is because I don't see a case where we need to update CHANGELOG for autocut PR. Agree, we can change it later if we see the need of it.

Signed-off-by: Heemin Kim <[email protected]>
@heemin32 heemin32 merged commit 8c616fc into opensearch-project:main Mar 13, 2023
@heemin32 heemin32 deleted the changelog branch March 13, 2023 22:35
opensearch-trigger-bot bot pushed a commit that referenced this pull request Mar 13, 2023
Signed-off-by: Heemin Kim <[email protected]>
(cherry picked from commit 8c616fc)
heemin32 added a commit that referenced this pull request Mar 13, 2023
Signed-off-by: Heemin Kim <[email protected]>
(cherry picked from commit 8c616fc)

Co-authored-by: Heemin Kim <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants