- Nov 15, 2023
-
-
Bot authored
## [1.0.3](https://git.gitlab.arm.com/semantic-release/bzlmod/compare/v1.0.2...v1.0.3) (2023-11-15) ### Bug Fixes * log archive output ([fbcefb0a](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/fbcefb0ac05c2ce8a9a58c572d1d2cd858562217))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Nov 13, 2023
-
-
Matthew Clarkson authored
-
- Nov 07, 2023
-
-
Bot authored
## [1.0.2](https://git.gitlab.arm.com/semantic-release/bzlmod/compare/v1.0.1...v1.0.2) (2023-11-07) ### Bug Fixes * **release:** upload package tarball ([d6ea5f70](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/d6ea5f70d8e845f1487f04ed45f148bad17b23b3))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Semrel See merge request !3
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Bot authored
## [1.0.1](https://git.gitlab.arm.com/semantic-release/bzlmod/compare/v1.0.0...v1.0.1) (2023-11-07) ### Bug Fixes * **release:** disable generic package upload ([7ed0a480](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/7ed0a480a5ff7714ab119ab0aecd7f495d74ec8d)) * **release:** uploaded package tarball ([18cedc4b](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/18cedc4b4b186e3c01a9bb570d376b587289d2c4)) * **release:** use wildcard for GitLab asset path ([0d130221](https://git.gitlab.arm.com/semantic-release/bzlmod/commit/0d1302213077b7e70d7b57168f3db415b30a382d))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
`gitlab.arm.com` does not currently support the package registry. It should be turned on Soon™
-
Matthew Clarkson authored
`@semantic-release/gitlab` does not support templating on the path, [yet]. [yet]: https://github.com/semantic-release/gitlab/pull/630
-
Matthew Clarkson authored
-
- Oct 13, 2023
-
-
Matthew Clarkson authored
docs(dep5): fix project name See merge request !2
-
Joshua Leivers authored
-
- 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
-