-
Notifications
You must be signed in to change notification settings - Fork 66
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 markdown as an output format for when creating a change log #476
Comments
Hi @bdoughan-snow,
It is designed to create a summary in Github actions. |
How about something like this? API Changelog 1.0.0 vs. 1.0.1GET /api/{domain}/{project}/badges/security-score
GET /api/{domain}/{project}/install-command
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I am looking for a way to maintain a living change log listing all the changes since the last release. I like to easily be able to view this within GitHub as markdown.
Describe the solution you'd like
I would like to be able to make the following call and have markdown produced:
oasdiff changelog data/openapi-test1.yaml data/openapi-test3.yaml -f markdown
Describe alternatives you've considered
As a workaround the
text
output format could be used.Additional context
Ideally this could be used in conjunction with the oasdiff-action GitHub action and the resulting markdown checked into the repo.
The text was updated successfully, but these errors were encountered: