diff --git a/README.md b/README.md index 196f0ad..fdf2850 100644 --- a/README.md +++ b/README.md @@ -427,14 +427,17 @@ fly deploy > [!TIP] > Run these commands on the host machine _(i.e. not inside the dev container)_ -1. Run `yarn` and `bundle` to pick up the latest +> [!TIP] +> Ensure you're using the latest stable version of `yarn` +> `corepack enable && yarn set version stable` + +1. Run `yarn upgrade-interactive` and `bundle update` to pick up the latest dependencies 1. Bump version number at `lib/turbo_boost-streams/version.rb`. Pre-release versions use `.preN` 1. Bump version number at `package.json` _(make sure it matches)_. Pre-release versions use `-preN` -1. Run `bin/standardize` -1. Run `rake build` and `yarn build` -1. Commit and push changes to GitHub +1. Run `yarn build:all` +1. Commit and push any changes to GitHub 1. Run `rake release` -1. Run `yarn publish --no-git-tag-version --access public --new-version X.X.X` _(use same version number)_ +1. Run `yarn npm publish --access public --tag vX.X.X` _(use the tag created by rake)_ 1. Create a new release on GitHub ([here](https://github.com/hopsoft/turbo_boost-streams/releases)) and generate the changelog for the stable release for it ## About TurboBoost diff --git a/lib/turbo_boost/streams/version.rb b/lib/turbo_boost/streams/version.rb index bc5b030..2399a50 100644 --- a/lib/turbo_boost/streams/version.rb +++ b/lib/turbo_boost/streams/version.rb @@ -2,6 +2,6 @@ module TurboBoost module Streams - VERSION = "0.1.2" + VERSION = "0.1.3" end end diff --git a/package.json b/package.json index 3f74db3..997e378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@turbo-boost/streams", - "version": "0.1.2", + "version": "0.1.3", "description": "Take full control of the DOM with Turbo Streams", "keywords": [ "hotwire",