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 + + 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 }}