Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Feb 11, 2024
1 parent 963d544 commit 1abfd78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo_boost/streams/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module TurboBoost
module Streams
VERSION = "0.1.2"
VERSION = "0.1.3"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1abfd78

Please sign in to comment.