Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#267) #66

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#267)

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#267) #66

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
changelog:
permissions:
contents: write
pull-requests: write
name: Changelog
runs-on: ubuntu-latest
steps:
- name: Update Changelog
uses: release-drafter/release-drafter@v6
with:
config-name: release.yaml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}