Skip to content

Commit cb7cf19

Browse files
author
Andrew Ferrier
committed
feat: Try release-please
1 parent 0538c5d commit cb7cf19

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/release-please.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Release Please
3+
4+
on:
5+
push:
6+
branches: [main]
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
release-please:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: google-github-actions/release-please-action@v3
16+
with:
17+
release-type: simple
18+
package-name: debugprint.nvim

0 commit comments

Comments
 (0)