Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config-gitlab-bzlmod
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Semantic Release
config-gitlab-bzlmod
Commits
355c3a1b
Unverified
Commit
355c3a1b
authored
1 year ago
by
Matthew Clarkson
Browse files
Options
Downloads
Patches
Plain Diff
fix: add `@semantic-release/bazelisk` to the configuration
parent
fe1f7ae9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#31700
passed with stages
Stage:
Stage:
Stage:
Stage:
Stage:
in 1 minute and 34 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config.json
+1
-0
1 addition, 0 deletions
config.json
test/integration.test.js
+1
-1
1 addition, 1 deletion
test/integration.test.js
test/integration.test.mjs
+1
-1
1 addition, 1 deletion
test/integration.test.mjs
with
3 additions
and
2 deletions
config.json
+
1
−
0
View file @
355c3a1b
...
...
@@ -7,6 +7,7 @@
"path"
:
"@semantic-release/exec"
,
"prepareCmd"
:
"npx prettier -w CHANGELOG.md"
},
"@semantic-release/bazelisk"
,
"@semantic-release/bzlmod"
,
{
"path"
:
"@semantic-release/git"
,
...
...
This diff is collapsed.
Click to expand it.
test/integration.test.js
+
1
−
1
View file @
355c3a1b
...
...
@@ -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
);
});
This diff is collapsed.
Click to expand it.
test/integration.test.mjs
+
1
−
1
View file @
355c3a1b
...
...
@@ -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
);
});
This diff is collapsed.
Click to expand it.
Congregate Migrate
@congregate_migrate
mentioned in commit
11975e54
By GITLAB_TOKEN on 2024-04-04T14:58:33
·
1 year ago
Imported
mentioned in commit
11975e54
By GITLAB_TOKEN on 2024-04-04T14:58:33
mentioned in commit 11975e54d1a30b7929cee8e711deea218ebbc612 *By GITLAB_TOKEN on 2024-04-04T14:58:33*
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment