deps: update module github.com/prometheus/client_golang to v1.17.0 (#… #87
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
- release-1.x | |
name: release-please | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: google-github-actions/release-please-action@v3 | |
with: | |
release-type: go | |
package-name: hcloud-go | |
# hcloud-go is consumed directly from the git tag. | |
# To make sure that the version in the user-agent is up-to-date, | |
# we need to write it to a file that is included in the git tag. | |
extra-files: | | |
hcloud/hcloud.go | |
# Configuration for multiple active release branches | |
default-branch: ${{ github.ref_name }} |