Skip to content

Commit 9dda7de

Browse files
OgeonX-AiAitomates
andauthored
ci(release): wire release-please via org-dotgithub reusable workflow (#2273)
* ci(release): bootstrap release-please config and manifest - Add release-please-config.json (release-type simple, package ".", changelog-path CHANGELOG.md) - Add .release-please-manifest.json bootstrap baseline * ci(release): wire release-please via org-dotgithub reusable workflow - Add .github/workflows/release-please.yml, push-to-main trigger - Calls Coding-Autopilot-System/.github reusable workflow, SHA-pinned to f288e5e3b67b29a2c08880b76da7b852f4a132d0 (39-01) --------- Co-authored-by: Kim Harjamäki <kim.harjamaki@prosimo.fi>
1 parent 5f189c2 commit 9dda7de

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Release Please
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
release-please:
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
issues: write
13+
uses: Coding-Autopilot-System/.github/.github/workflows/release-please-reusable.yml@f288e5e3b67b29a2c08880b76da7b852f4a132d0

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.0.0"
3+
}

release-please-config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"release-type": "simple",
3+
"packages": {
4+
".": {
5+
"release-type": "simple",
6+
"changelog-path": "CHANGELOG.md"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)