Skip to content

Commit 676c655

Browse files
committed
ci: remove comments from JSON (not supported)
1 parent e5ca66e commit 676c655

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

.github/release-please-config.json

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
{
2-
// Enables IDE autocomplete, validation, and inline documentation
32
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
4-
5-
// Start tracking releases from the current HEAD
63
"bootstrap-sha": "HEAD",
7-
8-
// Tag format: use @ separator instead of - (matches existing tags like eds-core-react@0.49.0)
94
"tag-separator": "@",
10-
11-
// Package configurations
12-
// Each package needs: release-type, package-name, and component (for scope matching)
135
"packages": {
146
"packages/eds-core-react": {
157
"release-type": "node",
168
"package-name": "@equinor/eds-core-react",
17-
"component": "eds-core-react" // Matches commit scope: feat(eds-core-react)
9+
"component": "eds-core-react"
1810
},
1911
"packages/eds-data-grid-react": {
2012
"release-type": "node",
@@ -52,13 +44,7 @@
5244
"component": "eds-utils"
5345
}
5446
},
55-
56-
// Create one combined PR with all packages that have changes
57-
// (When merged, creates separate GitHub releases per package automatically)
5847
"separate-pull-requests": false,
59-
60-
// Control which commit types appear in CHANGELOG
61-
// Note: GitHub releases will filter out hidden types, but CHANGELOG includes all
6248
"changelog-sections": [
6349
{
6450
"type": "feat",
@@ -98,26 +84,12 @@
9884
}
9985
],
10086

101-
// How far back to search for commits (increase if you have a deep history)
10287
"release-search-depth": 500,
103-
104-
// Skip automatic GitHub releases (we do this manually for now because:
105-
// hiding ci, build, chore from github release was not possible without also hiding them from changelog)
10688
"skip-github-release": true,
107-
108-
// Where to write the changelog for each package
10989
"changelog-path": "CHANGELOG.md",
110-
111-
// Pre-1.0.0: feat commits bump minor version (0.x.0)
11290
"bump-minor-pre-major": true,
113-
114-
// Pre-1.0.0: breaking changes bump minor, not major
11591
"bump-patch-for-minor-pre-major": false,
116-
117-
// Pull request settings
11892
"pull-request-title-pattern": "chore: release${component}",
11993
"pull-request-header": "## Release PR\n\nThis PR was automatically generated by release-please.\n\n⚠️ After merging, remember to:\n1. Run the manual publish workflow in GitHub Actions\n2. Publish releases on GitHub\n3. Rebase master from develop\n4. Announce in #eds-design-system",
120-
121-
// Label for release PRs
12294
"label": "autorelease: pending"
12395
}

0 commit comments

Comments
 (0)