Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1151 from Shopify/update-releasing-docs
Browse files Browse the repository at this point in the history
Update RELEASING.md
  • Loading branch information
paulomarg authored Jan 17, 2024
2 parents 44bdf4a + b97df2d commit 595262d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/rare-carrots-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ See the sections below for specific details related to the steps outlined above.
git checkout changeset-release/main
```

1. Update the version string in the `lib/version.ts` file to match the version in the `package.json` file in this branch.
1. Update the version string in the `packages/shopify-api/lib/version.ts` file to match the version in the `package.json` file in this branch.

1. If needed, edit/remove any of the comments in the `CHANGELOG.md` files and commit them to the `changeset-release/main` branch.

Expand Down Expand Up @@ -94,7 +94,7 @@ For significant API changes that could result in significant refactoring on the
git checkout changeset-release/release-candidate
```
1. Update the version string in the `lib/version.ts` file to match the version in the `package.json` file. Make sure to add an `-rc.X` to the version, like so:
1. Update the version string in the `packages/shopify-api/lib/version.ts` file to match the version in the `package.json` file. Make sure to add an `-rc.X` to the version, like so:
```text
7.0.0-rc.1
Expand Down

0 comments on commit 595262d

Please sign in to comment.