Skip to content

chore(deps): bump github.com/golangci/golangci-lint from 1.55.0 to 1.… #377

chore(deps): bump github.com/golangci/golangci-lint from 1.55.0 to 1.…

chore(deps): bump github.com/golangci/golangci-lint from 1.55.0 to 1.… #377

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@4c5670f886fe259db4d11222f7dff41c1382304d #v3.7.12
with:
token: ${{ secrets.BOT_TOKEN }}
release-type: go
extra-files: |
Makefile
skip-github-release: false
include-v-in-tag: true
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
signoff: 'GitHub Bot <[email protected]>'