aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Dietz <noahdietz@users.noreply.github.com>2023-08-18 11:25:53 -0700
committerGitHub <noreply@github.com>2023-08-18 11:25:53 -0700
commit7b8f57cbcc5d783cb71b4c1d6a2767f021e41900 (patch)
treef02da8a87b82e12788d250b719df1ae9b875e724
parente69e468f7cb1df65d816844c2cdbe8f4a5d89317 (diff)
downloadgoogle-uuid-7b8f57cbcc5d783cb71b4c1d6a2767f021e41900.tar.gz
fix(ci): switch to release-please app (#126)
-rw-r--r--.github/release-please.yml2
-rw-r--r--.github/workflows/release.yaml20
2 files changed, 2 insertions, 20 deletions
diff --git a/.github/release-please.yml b/.github/release-please.yml
new file mode 100644
index 0000000..e1bcc3c
--- /dev/null
+++ b/.github/release-please.yml
@@ -0,0 +1,2 @@
+handleGHRelease: true
+releaseType: go
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
deleted file mode 100644
index 0ca82d5..0000000
--- a/.github/workflows/release.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: release-please
-on:
- push:
- branches:
- - master
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- with:
- release-type: go
- package-name: uuid
- skip-labeling: true