- Sep 02, 2024
-
-
Matthew Clarkson authored
If a user has already set `compatibility_level`, it should be incremented when a major release occurs.
-
- Mar 25, 2024
-
-
Matthew Clarkson authored
We have package registry now!
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Dec 01, 2023
-
-
Matthew Clarkson authored
We allow multiple usages of the plugin so that the `MODULE.bazel` can be updated and then the `source.json` be created. Running `buildozer` a second time will result in a exit code of 3. We can make a valid assumption that if the version is _already_ the version that is expected, then we do not need to update.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
The capture group was too greedy and would leak through to `bazel_dep(version = "...")` statements.
-
- Nov 16, 2023
-
-
Matthew Clarkson authored
Modern Bazel module fetches now fetch the `metadata.json` file to determine the versions available. We need to generate this and attach it to the release of the project.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Nov 15, 2023
-
-
Matthew Clarkson authored
-
- Nov 13, 2023
-
-
Matthew Clarkson authored
-
- Nov 07, 2023
-
-
Matthew Clarkson authored
Semrel See merge request !3
-
Matthew Clarkson authored
-
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
-
-
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.
-
-