Skip to content

Commit faa1a51

Browse files
committed
ci: update releaes-please
Closes #191
1 parent b306529 commit faa1a51

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ jobs:
3939
- docs
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: google-github-actions/release-please-action@v3
42+
- uses: googleapis/release-please-action@v4
4343
id: release
44-
with:
45-
release-type: simple
46-
package-name: elixir-tools.nvim
4744
- uses: actions/checkout@v4
4845
- name: tag stable versions
4946
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.16.2"
3+
}

release-please-config.json

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

0 commit comments

Comments
 (0)