Skip to content

Commit

Permalink
Merge pull request #1985 from DSD-DBS/api-generation-fix-hyperlinks
Browse files Browse the repository at this point in the history
fix: Improve regex for API changelog generation
  • Loading branch information
MoritzWeber0 authored Nov 13, 2024
2 parents 8e3c71a + 3067534 commit fb961e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ jobs:
docker run --rm -v /tmp:/tmp:ro tufin/oasdiff changelog \
--format markup \
/tmp/openapi.json /tmp/openapi2.json \
| sed 's/\/anyOf\[subschema #[0-9]\+\(: [a-zA-Z]\+\)\?\]//g'
| sed 's/#\([0-9]\+\)/\1/g'
echo 'EOF'
} >> "$GITHUB_OUTPUT"
- name: Find existing comment on PR

0 comments on commit fb961e2

Please sign in to comment.