Skip to content

Commit

Permalink
-- add manifest files to the source distribution (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
VDanielEdwards authored and GitHub Enterprise committed Feb 19, 2024
1 parent 2acf7b0 commit 1e5b21e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ if(SILKIT_INSTALL_SOURCE)
PATTERN *.txt.in
PATTERN *.md
PATTERN *.xml
PATTERN *.manifest
REGEX "/ci/.*" EXCLUDE
REGEX "/ci$" EXCLUDE
REGEX "\.git$" EXCLUDE
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi

The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <http://keepachangelog.com/en/1.0.0/>`_.


[4.0.46] - UNRELEASED
---------------------

Fixed
~~~~~

- Added the ``*.manifest`` files to the source distribution. Building from the ``SilKit-Source``
directory in the distributed ``.zip`` files was broken.


[4.0.45] - 2024-02-06
---------------------

Expand Down

0 comments on commit 1e5b21e

Please sign in to comment.