Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1303 from Shopify/release_2_0_1
Browse files Browse the repository at this point in the history
Packaging for release v2.0.1
  • Loading branch information
mkevinosullivan authored Jun 29, 2021
2 parents 719acb4 + 0ed4d9f commit e198c22
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Unreleased
------
* [#1298](https://github.com/Shopify/shopify-cli/pull/1298): Fix error in `theme serve` command

Version 2.0.1
-------------
* [#1295](https://github.com/Shopify/shopify-cli/pull/1295): Ignore files at the root of a theme app extension project
* [#1296](https://github.com/Shopify/shopify-cli/pull/1296): Fix issue [#1294](https://github.com/Shopify/shopify-cli/issues/1294) regarding call to Windows `start` command with URL.
* [#1298](https://github.com/Shopify/shopify-cli/pull/1298): Fix error in `theme serve` command
* [#1301](https://github.com/Shopify/shopify-cli/pull/1301): Add `theme init` command
* [#1295](https://github.com/Shopify/shopify-cli/pull/1295): Ignore files at the root of a theme app extension project

Version 2.0.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify-cli (2.0.0)
shopify-cli (2.0.1)
listen (~> 3.5)
theme-check (~> 1.0)

Expand Down
2 changes: 2 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

1. Update the version of Shopify CLI in `lib/shopify-cli/version.rb`

1. Update the version of Shopify CLI at the top of `Gemfile.lock` (failing to do so causes the CI build to fail)

1. Add an entry for the new release to `CHANGELOG.md`

1. Commit the changes with a commit message like "Packaging for release X.Y.Z"
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify-cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyCli
VERSION = "2.0.0"
VERSION = "2.0.1"
end

0 comments on commit e198c22

Please sign in to comment.