Skip to content

Commit

Permalink
fix: remove docs from release zips
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Nov 2, 2023
1 parent b4158cc commit 5aa95e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/prepare_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
to_remove_list = [
'.all-contributorsrc', '.editorconfig', '.git', '.gitignore', '.gitmodules',
'cmake', 'tests', 'test_data', 'tools', 'make.py', 'sonar-project.properties',
'CMakeLists.txt', 'appveyor.yml', '.github'
'CMakeLists.txt', 'appveyor.yml', '.github', 'docs'
]

for dir_to_prune in dirs_to_prune:
Expand Down

0 comments on commit 5aa95e5

Please sign in to comment.