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

Commit

Permalink
Update RELEASING docs for shopify-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Feb 24, 2022
1 parent 748f780 commit 3c873e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@

1. Release `theme-check` on RubyGems by following the steps in the previous section.

2. Update the `theme-check` version in [`shopify-cli`](https://github.com/shopify/shopify-cli)'s `Gemfile.lock` and `shopify-cli.gemspec` files.
2. Update the `theme-check` version in [`shopify-cli`](https://github.com/shopify/shopify-cli)'s `shopify-cli.gemspec` file.

Such as in [this PR.](https://github.com/Shopify/shopify-cli/pull/1357/files)
3. Run `bundle update theme-check` and get an updated `Gemfile.lock`

3. Create a branch + a commit on the [`shopify-cli`](https://github.com/Shopify/shopify-cli) repository.
4. Create a branch + a commit on the [`shopify-cli`](https://github.com/Shopify/shopify-cli) repository.

```bash
VERSION=X.X.X
Expand All @@ -87,7 +87,7 @@
git commit -m "Bump theme-check version to $VERSION"
```

4. Create a pull-request for those changes on the [`shopify-cli`](https://github.com/Shopify/shopify-cli) repository.
5. Create a pull-request for those changes on the [`shopify-cli`](https://github.com/Shopify/shopify-cli) repository.

```bash
# shortcut if you have `hub` installed
Expand Down

0 comments on commit 3c873e5

Please sign in to comment.