Skip to content

Commit

Permalink
feat: replaced autorelease with releae-please - works well with workf…
Browse files Browse the repository at this point in the history
…lows
  • Loading branch information
cmeesters committed Apr 30, 2024
1 parent e915360 commit bae08ff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/autorelease.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:
- main

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: go
package-name: <repo>

0 comments on commit bae08ff

Please # to comment.