From bee6d328e1d8432e6a1e7bd1e0c9078bda485456 Mon Sep 17 00:00:00 2001 From: Hur Ali Date: Fri, 22 May 2026 12:06:49 +0500 Subject: [PATCH 1/2] chore: enable release creation on Github --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5094444..c6d4b13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,6 @@ jobs: publish: yarn ci:publish commit: 'chore: version packages' title: 'chore: version packages' - createGithubReleases: false + createGithubReleases: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From d124a6b03aefecb50297c7c457c2e20ca5c18188 Mon Sep 17 00:00:00 2001 From: Hur Ali Date: Fri, 22 May 2026 12:08:21 +0500 Subject: [PATCH 2/2] chore: add PR template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..bd331fb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Description + + + +## Test Plan + +