From 1bc9366c3995457b9c64243c0ebafb77ca870a33 Mon Sep 17 00:00:00 2001 From: Eduardo Lauer Date: Tue, 30 Jul 2024 11:29:40 -0300 Subject: [PATCH] Remove bot user from template --- .github/release.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index 29ceb67..baebe6e 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,4 +1,8 @@ changelog: + exclude: + authors: + - github-actions + - github-actions[bot] categories: - title: 🚀 Novas Funcionalidades labels: @@ -21,3 +25,19 @@ changelog: labels: - 'chore' - 'maintenance' + +template: + - | + ## 📦 Nova Release: ${{ version }} + + ${{ date }} + + ${{ body }} + + --- + **Resumo das Mudanças:** + + ${{ changelog }} + + --- + **Detalhes da Release:**