- Oct 11, 2023
-
-
-
-
This prevents having to do a breaking change of the project. Previously, the usage was that the integrity of the `git archive` output was used to match up the dynamically generated source archive that GitLab (or GitHub) produces. If we _require_, `archive` then those flows will break. However, we can easily still support them by writing out to a placeholder `src.tar` archive. The documentation has been updated to push people towards providing an `archive` keyword.
-
-
-
We only currently support `tar` so we insert a passthrough. The code structure will allow more compression algorithms to be supported in the future.
-
-
-
-
Needs some tweaks to generate the correct integrity
-
-
-
We only need to include the plugin in the package
-
This makes it easier to copy/paste code from other `@semantic-release` plugins
-
-
-
-
-
-
-
-
Matthew Clarkson authored
-