We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d299095 commit 2437078Copy full SHA for 2437078
3 files changed
.github/workflows/ingest-test-fixtures-update-pr.yml
@@ -116,6 +116,7 @@ jobs:
116
add-paths: |
117
test_unstructured_ingest/expected-structured-output
118
test_unstructured_ingest/expected-structured-output-html
119
+ test_unstructured_ingest/expected-structured-output-markdown
120
test_unstructured_ingest/metrics
121
commit-message: "Update ingest test fixtures"
122
branch: ${{ env.BRANCH_NAME }}
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.22.18-dev0
2
+
3
+### Fixes
4
+- Make `ingest-test-fixtures-update-pr` CI job also update the markdown versions of the fixtures.
5
6
## 0.22.18
7
8
### Enhancements
unstructured/__version__.py
@@ -1 +1 @@
-__version__ = "0.22.18" # pragma: no cover
+__version__ = "0.22.18-dev0" # pragma: no cover
0 commit comments