Skip to content
Snippets Groups Projects
Unverified Commit 355c3a1b authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

fix: add `@semantic-release/bazelisk` to the configuration

parent fe1f7ae9
No related branches found
No related tags found
No related merge requests found
Pipeline #31700 passed with stages
in 1 minute and 34 seconds
......@@ -7,6 +7,7 @@
"path": "@semantic-release/exec",
"prepareCmd": "npx prettier -w CHANGELOG.md"
},
"@semantic-release/bazelisk",
"@semantic-release/bzlmod",
{
"path": "@semantic-release/git",
......
......@@ -5,5 +5,5 @@ test('Can load the CommonJS module', t => {
// eslint-disable-next-line unicorn/prefer-module
const {plugins} = require('../config.js');
t.is(plugins.length, 8);
t.is(plugins.length, 9);
});
......@@ -3,5 +3,5 @@ import test from 'ava';
test('Can load the ECMAscript module', async t => {
const {default: {plugins}} = await import('../config.mjs');
t.is(plugins.length, 8);
t.is(plugins.length, 9);
});
  • Congregate Migrate @congregate_migrate

    mentioned in commit 11975e54

    By GITLAB_TOKEN on 2024-04-04T14:58:33

    · Imported

    mentioned in commit 11975e54

    By GITLAB_TOKEN on 2024-04-04T14:58:33

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment