From ffd162a319af4f54a453b364442e43099578235f Mon Sep 17 00:00:00 2001 From: Christian Theune Date: Tue, 29 Oct 2024 16:04:07 +0100 Subject: [PATCH] Adapt PR template for new changelog process. --- .github/PULL_REQUEST_TEMPLATE | 5 ++--- changelog.sh | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 changelog.sh diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 851701c78..c5765bcbb 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -2,11 +2,10 @@ ## Release process -Impact: +- [ ] Created changelog entry using `./changelog.sh` -Changelog: -### PR release workflow (internal) +## PR release workflow (internal) - [ ] PR has internal ticket - [ ] internal issue ID (PL-…) part of branch name diff --git a/changelog.sh b/changelog.sh new file mode 100644 index 000000000..fc598241d --- /dev/null +++ b/changelog.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +nix develop --impure --command scriv create --edit