Skip to content

Commit 19433d3

Browse files
committed
Add changelog to track changes in repo
1 parent b5cd866 commit 19433d3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Fixes #0000 <!-- link to issue if one exists -->
2222
-->
2323

2424
### Test this PR
25+
2526
```bash
2627
shopify app init --template=https://github.com/Shopify/shopify-app-template-remix#<your-branch-name>
2728
```
2829

2930
### Checklist
3031

31-
**Note**: once this PR is merged, it becomes a new release for this template.
32-
33-
- [ ] I have added/updated tests for this change
3432
- [ ] I have made changes to the `README.md` file and other related documentation, if applicable
33+
- [ ] I have added an entry to `CHANGELOG.md`
34+
- [ ] I'm aware I need to create a new release when this PR is merged

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @shopify/shopify-app-template-remix
2+
3+
## v2024.07.16
4+
5+
Started tracking changes and releases using calver

0 commit comments

Comments
 (0)