Skip to content

Commit 5a915f9

Browse files
OgeonX-AiAitomates
andauthored
ci(release): wire release-please via org-dotgithub reusable workflow (#12)
* chore(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 calling Coding-Autopilot-System/.github/.github/workflows/release-please-reusable.yml pinned to f288e5e3b67b29a2c08880b76da7b852f4a132d0 (39-01) --------- Co-authored-by: Kim Harjamäki <kim.harjamaki@prosimo.fi>
1 parent 94455b8 commit 5a915f9

3 files changed

Lines changed: 23 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{".": "0.0.0"}

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)