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:
2
.github/release-please.yml
vendored
Normal file
2
.github/release-please.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
handleGHRelease: true
|
||||
releaseType: go
|
20
.github/workflows/release.yaml
vendored
20
.github/workflows/release.yaml
vendored
@@ -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
|
Reference in New Issue
Block a user