We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7fd81 commit 5c73cafCopy full SHA for 5c73caf
2 files changed
.github/pull_request_template.md
@@ -0,0 +1,7 @@
1
+## Description
2
+
3
+<!-- Describe the purpose of this change and any important context for reviewers. -->
4
5
+## Test Plan
6
7
+<!-- List the checks you ran or the manual steps reviewers can use to verify this change. -->
.github/workflows/release.yml
@@ -36,6 +36,6 @@ jobs:
36
publish: yarn ci:publish
37
commit: 'chore: version packages'
38
title: 'chore: version packages'
39
- createGithubReleases: false
+ createGithubReleases: true
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments