Skip to content

Commit 5c73caf

Browse files
authored
chore: enable release creation (#13)
* chore: enable release creation on Github * chore: add PR template
1 parent 5a7fd81 commit 5c73caf

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
publish: yarn ci:publish
3737
commit: 'chore: version packages'
3838
title: 'chore: version packages'
39-
createGithubReleases: false
39+
createGithubReleases: true
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)