1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

- update Make target; - update release workflow config; - update PR template (#2257)

Signed-off-by: Shuting Zhao <shutting06@gmail.com>
This commit is contained in:
shuting 2021-08-12 09:58:25 -07:00 committed by GitHub
parent fb6e0f18ea
commit 6ba341ff9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View file

@ -10,6 +10,12 @@ chance substantial changes will be requested or that the changes will be rejecte
You can discuss changes with maintainers in the [Kyverno Slack Channel](https://kubernetes.slack.com/).
-->
## Milestone of this PR
<!--
Add the milestone label by commenting `/milestone 1.2.3`.
-->
## What type of PR is this
<!--

View file

@ -177,7 +177,8 @@ jobs:
release-cli-via-krew:
runs-on: ubuntu-latest
needs: release-kyverno-cli
needs:
- create-release
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -222,7 +222,7 @@ release:
kustomize build ./definitions > ./definitions/release/install.yaml
release-notes:
@bash -c 'while IFS= read -r line ; do if [[ "$$line" == "## "* && "$$line" != "## $(VERSION)"* ]]; then break ; fi; echo "$$line"; done < "CHANGELOG.md"' \
@bash -c 'while IFS= read -r line ; do if [[ "$$line" == "## "* && "$$line" != "## $(VERSION)" ]]; then break ; fi; echo "$$line"; done < "CHANGELOG.md"' \
true
kyverno-crd: controller-gen