Skip to content

chore: bump github.com/luthermonson/go-proxmox from 0.2.4 to 0.3.0 #349

chore: bump github.com/luthermonson/go-proxmox from 0.2.4 to 0.3.0

chore: bump github.com/luthermonson/go-proxmox from 0.2.4 to 0.3.0 #349

Workflow file for this run

name: Release check
on:
pull_request:
branches:
- main
jobs:
build-publish:
name: "Check release docs"
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'release-')
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Unshallow
run: git fetch --prune --unshallow
- name: Release version
if: startsWith(github.head_ref, 'release-please')
run: jq -r '"TAG=v"+.[]' hack/release-please-manifest.json >> "$GITHUB_ENV"
- name: Helm docs
uses: gabe565/setup-helm-docs-action@v1
with:
version: v1.11.3
- name: Generate
run: make docs
- name: Check
run: git diff --exit-code