brokeyourbike/nrlogrus

View on GitHub
.github/workflows/release-please.yml

Summary

Maintainability
Test Coverage
name: release-please

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  update_release_draft:
    runs-on: ubuntu-latest
    timeout-minutes: 5

    steps:
      - uses: google-github-actions/release-please-action@v2
        with:
          release-type: go
          bump-minor-pre-major: true