- Oct 12, 2023
-
-
semantic-release-bot authored
# 1.0.0 (2023-10-12) ### Bug Fixes * allow missing `source.archive` keyword ([ca836027](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/ca836027d43b793270067b2e497de2f048e747f2)) * **dependencies:** roll dependencies ([91906cb0](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/91906cb0a3c7feb548d201208c17f54b19a47937)) * reduce package size ([60508953](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/605089538a4b53cacaa9024a9fba26f422c7a45c)) ### Features * add generation of `source.json` ([0048d52f](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/0048d52f9181c0af5f7e90b7f928557cda273685)) * **compression:** add `.tar.gz` support ([63fa111e](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/63fa111e75c93f2da97318147db0b73bb6b00ff5)) * **compression:** add `.zip` support ([33e4ac8c](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/33e4ac8c86bf8d0920d2c8949090673f12891b48)) * initial commit ([501584f3](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/501584f3ac9cf42dec73ba4a5a65b6d4b33fbc4b)) * now creates a tarball for the release files ([8a56a28b](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/8a56a28b707e99688fe3b3063b178cab16754d37))
-
Matthew Clarkson authored
Prepare for OSS release See merge request !1
-
Joshua Leivers authored
-
Joshua Leivers authored
The old instructions pointed to the wrong GitLab instance and also relied on the package registry, which isn't currently enabled on this one.
-
- Oct 11, 2023
-
-
Joshua Leivers authored
-
Joshua Leivers authored
This was accidentally removed in a previous commit.
-
Joshua Leivers authored
-
Joshua Leivers authored
-
Joshua Leivers authored
-
Joshua Leivers authored
-
Joshua Leivers authored
Some dependencies were outdated or aren't currently available publicly, and so these have been fixed.
-
-
-
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
-