Skip to content

Commit 07178ee

Browse files
committed
ci: add release-please
1 parent f962d70 commit 07178ee

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

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

.github/release-please-config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"release-type": "simple",
3+
"initial-version": "0.1.0",
4+
"packages": {
5+
".": {}
6+
}
7+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release Please
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
release-please:
14+
uses: BlueLua/.github/.github/workflows/release-please.yml@main

0 commit comments

Comments
 (0)