- Dec 01, 2023
-
-
Bot authored
## [1.0.4](v1.0.3...v1.0.4) (2023-12-01) ### Bug Fixes * add `config.json` to exported package ([bcac3b5b](bcac3b5b))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Bot authored
## [1.0.3](v1.0.2...v1.0.3) (2023-12-01) ### Bug Fixes * add ECMAscript module ([57212ea1](57212ea1))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
_Ideally_, we would just want to export it as ECMAscript module. For now, to support both, we can use a shared JSON file. It would be nice to use the `import cfg from "./config.js" assert { "json" };` but that is experimental.
-
Matthew Clarkson authored
-
Bot authored
## [1.0.2](v1.0.1...v1.0.2) (2023-12-01) ### Bug Fixes * publish package to GitLab registry ([fbe7b37c](fbe7b37c))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Nov 07, 2023
-
-
Bot authored
## [1.0.1](v1.0.0...v1.0.1) (2023-11-07) ### Bug Fixes * **release:** add package tarball to GitLab release ([aa09787b](aa09787b))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Re-use `@semantic-release/config-gitlab-npm`
-
- Oct 13, 2023
-
-
Joshua Leivers authored
-
- Oct 02, 2023
-
-
Matthew Clarkson authored
The CI does this by default now.
-
semantic-release-bot authored
# 1.0.0 (2023-10-02) ### Features * configuration ([d6b1c835](d6b1c835))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
This should be done by default in the GitLab runner setup. We can remove this once the runners do it.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Makes job dependencies explicit so the CI can optimise throughput.
-
- Sep 29, 2023
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Joshua Leivers authored
The new license is not a markdown file, so the symlink filename was incorrect.
-
Joshua Leivers authored
The package needs to be set to private, as we aren't members of @semantic-release, and so can't publish this to NPM. The licence and repository URL were also out of date, and have now been updated.
-
Joshua Leivers authored
As `config-gitlab-npm` isn't currently published, we need to manually include this config for now.
-
- Sep 27, 2023
-
-
Joshua Leivers authored
K8s runners aren't currently available for this project, so EC2 will be used for now.
-
- Sep 26, 2023
-
-
Joshua Leivers authored
Any parts of `ci/templates` that were in use have been replaced by local definitions. This was done by reusing the `semantic-release/dockerode-tag` CI setup.
-
Joshua Leivers authored
-
-
-
-
-
-
-
-
Matthew Clarkson authored
-