Skip to content

Commit 85d4d76

Browse files
chore: update release-please config (#22)
1 parent 0cf3e4c commit 85d4d76

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
on:
22
push:
33
branches:
4-
- develop
4+
- main
55

66
permissions:
77
contents: write
8+
issues: write
89
pull-requests: write
910

1011
name: release-please

.release-please-manifest.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
".": "0.1.1-alpha.1"
3-
}
1+
{}

release-please-config.json

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"changelog-sections": [
4+
{ "type": "feat", "section": "🚀 Features", "hidden": false },
5+
{ "type": "change", "section": "🚀 Features", "hidden": false },
6+
{ "type": "deprecate", "section": "⚠️ Changes", "hidden": false },
7+
{ "type": "remove", "section": "⚠️ Changes", "hidden": false },
8+
{ "type": "fix", "section": "🐞 Bug Fixes", "hidden": false },
9+
{ "type": "revert", "section": "🐞 Bug Fixes", "hidden": false },
10+
{ "type": "security", "section": "🐞 Bug Fixes", "hidden": false },
11+
{ "type": "perf", "section": "✨ Polish", "hidden": false },
12+
{ "type": "refactor", "section": "✨ Polish", "hidden": false },
13+
{ "type": "style", "section": "✨ Polish", "hidden": false },
14+
{ "type": "build", "section": "🧰 Other", "hidden": false },
15+
{ "type": "chore", "section": "🧰 Other", "hidden": false },
16+
{ "type": "deps", "section": "🧰 Other", "hidden": true },
17+
{ "type": "ci", "section": "🧰 Other", "hidden": true },
18+
{ "type": "test", "section": "🧪 Tests", "hidden": false },
19+
{ "type": "docs", "section": "📚 Documentation", "hidden": true }
20+
],
221
"packages": {
322
".": {
423
"release-type": "node",
5-
"package-name": "@iexec/mcp-server",
6-
"component": "",
7-
"changelog-sections": [
8-
{ "type": "feat", "section": "Features" },
9-
{ "type": "fix", "section": "Bug Fixes" },
10-
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
11-
{ "type": "docs", "section": "Documentation", "hidden": false },
12-
{ "type": "ci", "section": "CI/CD", "hidden": false }
13-
],
14-
"extra-files": ["package.json", "package-lock.json"]
24+
"changelog-path": "CHANGELOG.md"
1525
}
16-
},
17-
"tag-separator": "",
18-
"include-component-in-tag": false,
19-
"bootstrap-sha": "$(git rev-parse HEAD)",
20-
"last-release-sha": "$(git rev-parse HEAD)"
26+
}
2127
}

0 commit comments

Comments
 (0)