chore(release): 3.8.0
# [3.8.0](v3.7.1...v3.8.0) (2024-07-07) ### Bug Fixes * Ensure archive-based uploads use the git_path in the same was as git-based indexing is handled. ([18f0f7f9](18f0f7f9)), closes [#513](#513) * Fix use of git_path for archive-based responses and git-based responses when downloading a module version. ([9fc63813](9fc63813)), closes [#513](#513) * Store git_path and archive_git_path in module version. ([9cfcc0c1](9cfcc0c1)), closes [#513](#513) * Throw error when git_path cannot be found during extraction ([063a0f00](063a0f00)), closes [#513](#513) * Update description of git_path and archive_git_path to ensure it makes sense with new behavior ([2104038e](2104038e)), closes [#513](#513) ### Features * Add configuration to module settings to set whether archives only contain contents of git path ([4bf64b65](4bf64b65)), closes [#513](#513) * Add module provider configuration to limit generated archives to only the git_path of the repository. ([36a463f9](36a463f9)), closes [#513](#513)
Please register or sign in to comment