Skip to content

Commit

Permalink
add changelog.md to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed Jul 28, 2022
1 parent b6b9f0a commit 5690755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
destfile="${dist.dir}/xrechnung-${xrechnung.version.full}-${ant.project.name}-${xr-visualization.version.full}.zip">

<zipfileset dir="${src.dir}" excludes="README.md"/>
<zipfileset dir="." includes="README.md"/>
<zipfileset dir="." includes="README.md CHANGELOG.md"/>
<zipfileset dir="doc" prefix="doc"/>

</zip>
Expand Down

0 comments on commit 5690755

Please sign in to comment.