From 354f6b1734e37a44ea23ed99234d22b90daa7bfa Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Wed, 11 Dec 2024 17:22:17 +0200 Subject: [PATCH] fix(docs): stremio-core-web - Readme - point to new release in stremio-core repo --- stremio-core-web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stremio-core-web/README.md b/stremio-core-web/README.md index e3bf44bca..056788066 100644 --- a/stremio-core-web/README.md +++ b/stremio-core-web/README.md @@ -37,6 +37,6 @@ including when you're using a local patch for `stremio-core`. 2. Commit the change with the new version as a message, e.g. `0.44.14` 3. Wait for CI to build successfully 4. Push a new tag starting with `stremio-core-web-v`, e.g. `git tag stremio-core-web-v0.47.4` `git push origin stremio-core-web-v0.47.4` -5. Create a [new Release](https://github.com/Stremio/stremio-core-web/releases/new) with the created tag and the tag name as a title, e.g. `stremio-core-web v0.47.4` +5. Create a [new Release](https://github.com/Stremio/stremio-core/releases/new) with the created tag and the tag name as a title, e.g. `stremio-core-web v0.47.4` 6. Publish the Release 7. CI will automatically build and release the `npm` package to the registry \ No newline at end of file