Skip to content

Commit

Permalink
Fix README releasing section
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Apr 4, 2022
1 parent 690b806 commit 63e1a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ yarn install --force
### 📦 Releasing

1. Make sure that you run `yarn` and `bundle` to pick up the latest.
2. Bump version number at `lib/cable_ready/version.rb`. Pre-release versions use `.preN`
2. Bump version number at `lib/futurism/version.rb`. Pre-release versions use `.preN`
3. Run `rake build` and `yarn build`
4. Commit and push changes to github `git commit -m "Bump version to x.x.x"`
5. Run `rake release`
Expand Down

0 comments on commit 63e1a72

Please sign in to comment.