- Jan 22, 2024
-
-
Bot authored
## [1.0.2](v1.0.1...v1.0.2) (2024-01-22) ### Bug Fixes * publish package to GitLab registry ([87cdda91](87cdda91))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
The timeout is measured in milliseconds. Whoops! reverts: 83a59329
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
`ava@6` does not exit worker threads/processes. We have leaky tests. Downgrading whilst we figure out what they are. https://github.com/avajs/ava/releases/tag/v6.0.0
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Currently failing due to the wrapped method not being found. Not needed for all the tests to pass.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Nov 07, 2023
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Aug 03, 2023
-
-
semantic-release-bot authored
# 1.0.0 (2023-08-03) ### Bug Fixes * allow major version 3 or 4 of `semantic-release/error` ([f0faec8b](f0faec8b)) * fine-tune logging output ([9563f013](9563f013)) * **package:** add `./` prefix to exports ([4249398f](4249398f)) ### Features * allow `tag` in plugin config for default tag replacement ([6f0b6e2c](6f0b6e2c)) * plugin at `@semantic-release/dockerode-tag` ([53744514](53744514))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Moves everything into `.gitlab-ci.yml`
-
- Aug 02, 2023
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Requires bumping the plugins as they depend on the breaking change to ECMAscript modules: - `@semantic-release/commit-analyzer@^10` - `@semantic-release/gitlab@^12` - `@semantic-release/release-notes-generator@^11`
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
We already import it as a ECMAscript module so the breaking change does not affect us.
-
Matthew Clarkson authored
It is available in NodeJS 15 which is below our lowest version of NodeJS 18.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
We do not have a package registry enabled on our GitLab at this time. Prevent an attempt to publish the package.
-
- Jan 06, 2023
-
-
Matthew Clarkson authored
-
- Jan 05, 2023
-
-
Matthew Clarkson authored
-
- Dec 22, 2022
-
-
Matthew Clarkson authored
`semantic-release` 20 will be ESM first and only work on NodeJS 18+. Prepare for that now by dropping old versions in the CI.
-
Matthew Clarkson authored
We do not use anything from the breaking API change.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-