Skip to content

chore(deps): bump hashicorp/kubernetes from 2.29.0 to 2.30.0 (#67) #65

chore(deps): bump hashicorp/kubernetes from 2.29.0 to 2.30.0 (#67)

chore(deps): bump hashicorp/kubernetes from 2.29.0 to 2.30.0 (#67) #65

Workflow file for this run

name: Semantic Releaser
on:
push:
branches:
- main
permissions:
contents: write
packages: write
pull-requests: write
jobs:
semrel:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/changelog@6.0.0
@semantic-release/git@10.0.0
conventional-changelog-conventionalcommits@4.6.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}