From 1abdaa68f15a5ccda7c67dd61aa5089804b20224 Mon Sep 17 00:00:00 2001 From: vexorian Date: Mon, 1 Dec 2025 11:24:23 -0400 Subject: [PATCH 1/2] Update PR template --- pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index b45a9ec..75eb426 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -7,8 +7,8 @@ * [ ] I have read the code of conduct. * [ ] I am submitting to the correct base branch ### Changes that modify the db structure From 1ed31d22e9c42c184779224c24e58793e20652e2 Mon Sep 17 00:00:00 2001 From: vexorian Date: Mon, 1 Dec 2025 11:28:31 -0400 Subject: [PATCH 2/2] The new development branch is dev/1.6.x --- .github/workflows/development-binaries.yaml | 2 +- .github/workflows/development-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/development-binaries.yaml b/.github/workflows/development-binaries.yaml index 4a2705b..2d70da3 100644 --- a/.github/workflows/development-binaries.yaml +++ b/.github/workflows/development-binaries.yaml @@ -3,7 +3,7 @@ name: Development Binaries on: push: branches: - - dev/1.5.x + - dev/1.6.x jobs: binaries: diff --git a/.github/workflows/development-tag.yaml b/.github/workflows/development-tag.yaml index a3dc0ee..23db34c 100644 --- a/.github/workflows/development-tag.yaml +++ b/.github/workflows/development-tag.yaml @@ -3,7 +3,7 @@ name: Development Tag on: push: branches: - - dev/1.5.x + - dev/1.6.x jobs: docker: