- Jan 22, 2024
-
-
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
-
Matthew Clarkson authored
Makes it much easier to track major changes
-
Matthew Clarkson authored
-
- Dec 21, 2022
-
-
Matthew Clarkson authored
We have a circular dependency on between this project and the release of `ci/templates`. To open source this project we need to make sure that we can continuously deploy it without the need for `ci/templates`. Once we open source `ci/templates` we can revert the changes.
-
Matthew Clarkson authored
We have a circular dependencies on this project and the `semantic-release` projects that this project uses for releasing itself. Moving them temporarily inside the project.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
https://reuse.software`Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Sep 22, 2022
-
-
Matthew Clarkson authored
-