Skip to content

Commit

Permalink
Merge pull request #777 from Shopify/add_changelog
Browse files Browse the repository at this point in the history
Add changelog to track changes in repo
  • Loading branch information
paulomarg authored Jul 16, 2024
2 parents b5cd866 + 19433d3 commit 02c1037
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Fixes #0000 <!-- link to issue if one exists -->
-->

### Test this PR

```bash
shopify app init --template=https://github.com/Shopify/shopify-app-template-remix#<your-branch-name>
```

### Checklist

**Note**: once this PR is merged, it becomes a new release for this template.

- [ ] I have added/updated tests for this change
- [ ] I have made changes to the `README.md` file and other related documentation, if applicable
- [ ] I have added an entry to `CHANGELOG.md`
- [ ] I'm aware I need to create a new release when this PR is merged
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @shopify/shopify-app-template-remix

## v2024.07.16

Started tracking changes and releases using calver

0 comments on commit 02c1037

Please sign in to comment.