Skip to content

Commit db02bbf

Browse files
author
Alexandre Dutra
committed
Fix inclusion of changelog and upgrade guide in the binary distribution.
The assembly descriptor was referencing the legacy files; this commit updates the descriptor so that it points to the new files.
1 parent 6cb3a0a commit db02bbf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

driver-dist/src/assembly/binary-tarball.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
<outputDirectory>apidocs</outputDirectory>
5252
</fileSet>
5353
<fileSet>
54-
<directory>../driver-core</directory>
54+
<directory>..</directory>
5555
<includes>
56-
<include>CHANGELOG.rst</include>
57-
<include>Upgrade_guide*.rst</include>
56+
<include>changelog/README.md</include>
57+
<include>upgrade_guide/README.md</include>
5858
</includes>
5959
<outputDirectory>/</outputDirectory>
6060
</fileSet>

0 commit comments

Comments
 (0)