Skip to content

chore(main): release 0.6.10 (#592) #427

chore(main): release 0.6.10 (#592)

chore(main): release 0.6.10 (#592) #427

---
name: Release Please
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write # for google-github-actions/release-please-action to create release commit
pull-requests: write # for google-github-actions/release-please-action to create release PR
jobs:
release-please:
if: ${{ github.repository == 'statnett/image-scanner-operator' }}
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: google-github-actions/release-please-action@4c5670f886fe259db4d11222f7dff41c1382304d # v3.7.12
with:
token: ${{ secrets.BOT_PAT }}
# TODO: Eventually remove this, when we are ready for GA (version 1.0.0)
bump-minor-pre-major: true
changelog-types: >
[
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "build", "scope": "deps", "section": "Dependency Updates" }
]
release-type: simple
extra-files: |
kustomization.yaml
README.md