From 3ff2f568649399abe75b90fe5ba9981bd90eb83d Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 8 Jan 2025 12:14:49 +0100 Subject: [PATCH 1/2] fix(docs): fixed release document. Signed-off-by: Federico Di Pierro --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 0d4d5c86..93d69187 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Release Process -Our release process is based upon [CircleCI](https://app.circleci.com/pipelines/github/falcosecurity/driverkit) and [goreleaser](https://github.com/goreleaser/goreleaser) tool for artifacts. +Our release process is fully automated using [Github actions](.github/workflows/release.yml) and [goreleaser](https://github.com/goreleaser/goreleaser) tool for artifacts. When we release we do the following process: From c99a837910b33db9392c9c94e3c19c4b4309c142 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 8 Jan 2025 12:15:35 +0100 Subject: [PATCH 2/2] chore(github): default to NONE for release-note section in the PR template. Signed-off-by: Federico Di Pierro --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 47811f64..08ca2499 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -66,5 +66,5 @@ For example, `action required: change the API interface of the rule engine`. --> ```release-note - +NONE ```