[DO NOT MERGE] Test PR to try to add automated PR comments by DaveTryon · Pull Request #884 · microsoft/sbom-tool (original) (raw)
DaveTryon changed the title
[DO NOT MERGE} Test PR to try to add automated PR comments [DO NOT MERGE] Test PR to try to add automated PR comments
You touched the API project--how does this impact the API version?
You touched the API project. Did you change any of the API interfaces in any way? If so, this is an API-breaking change. Please be sure you do the following:
- Bump the major version in the next release
- Update the documentation to show the new functionality
DaveTryon deleted the DaveTryon/try-action-pr-comments branch
DaveTryon restored the DaveTryon/try-action-pr-comments branch
This PR changes files in the API project. Does it change any of the API interfaces in any way? Please note that this includes the following types of changes:
- Changing the signature of an existing interface method
- Adding a new method to an existing interface
- Adding a required data member to a class that an existing interface method consumes
Because any of these changes can potentially break a downstream consumer with customized interface implementations, these changes need to be treated as breaking changes. Please do one of the following:
Option 1 - Publish this as a breaking change
- Update the documentation to show the new functionality and/or explain the change
- Bump the major version in the next release
- Be sure to highlight the breaking changes in the release notes
Option 2 - Refactor the changes to be non-breaking
- Review this commit, which adds a new interface in a backward-compatible way
- Refactor the change to follow this pattern so that existing interfaces are left completely intact
- Bump the minor version in the next release
This PR changes files in the API project. Does it change any of the API interfaces in any way? Please note that this includes the following types of changes:
- Changing the signature of an existing interface method
- Adding a new method to an existing interface
- Adding a required data member to a class that an existing interface method consumes
Because any of these changes can potentially break a downstream consumer with customized interface implementations, these changes need to be treated as breaking changes. Please do one of the following:
Option 1 - Publish this as a breaking change
- Update the documentation to show the new functionality and/or explain the change
- Bump the major version in the next release
Option 2 - Refactor the changes to be non-breaking
- Review this commit, which adds a new interface in a backward-compatible way
- Refactor the change to follow this pattern so that existing interfaces are left completely intact
- Bump the minor version in the next release
DaveTryon deleted the DaveTryon/try-action-pr-comments branch
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
[ Show hidden characters]({{ revealButtonHref }})