Skip to content

Commit bbc1d47

Browse files
committed
ci: bump release please
1 parent b55fec9 commit bbc1d47

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,9 @@ jobs:
1717
otp: [26.1.1]
1818
elixir: [1.15.7]
1919
steps:
20-
- uses: google-github-actions/release-please-action@v3
20+
- uses: googleapis/release-please-action@v4
2121
id: release
22-
with:
23-
release-type: elixir
24-
package-name: web_dev_utils
25-
bump-minor-pre-major: true
26-
extra-files: |
27-
README.md
22+
2823

2924
- uses: actions/checkout@v3
3025
if: ${{ steps.release.outputs.release_created }}

.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.1.0"
3+
}

release-please-config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
".": {
5+
"package-name": "web_dev_utils",
6+
"release-type": "elixir",
7+
"bump-minor-pre-major": true,
8+
"include-component-in-tag": false,
9+
"extra-files": [
10+
"README.md"
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)