README.md in ably-rest-1.1.2 vs README.md in ably-rest-1.1.3
- old
+ new
@@ -156,10 +156,10 @@
6. Push to the branch (`git push origin my-new-feature`)
7. Create a new Pull Request
## Release Process
-1. From the master branch, `cd lib/submodules/ably-ruby`
+1. From the `main` branch, `cd lib/submodules/ably-ruby`
2. `git fetch origin && git fetch --tags`
3. Reset to the tagged version released in ably-ruby, e.g. `git reset v1.0.5 --hard`
4. Ensure submodules of this submodule are up to date (`git submodule update`)
5. cd to `ably-ruby-rest`
6. Stage changes `git add .`