1
0
mirror of https://github.com/google/uuid.git synced 2025-09-16 09:16:30 +02:00

fix(ci): switch to release-please app (#126)

This commit is contained in:
Noah Dietz
2023-08-18 11:25:53 -07:00
committed by GitHub
parent e69e468f7c
commit 7b8f57cbcc
2 changed files with 2 additions and 20 deletions

2
.github/release-please.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
handleGHRelease: true
releaseType: go

View File

@@ -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