You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update development instructions again + update Gemfile.locks (#7)
Update development instructions (again) so that we build the gem as part
of the first step so that `Gemfile.lock`s are updated with the new
version and can be checked in as part of the version release.
Also update a few `Gemfile.lock` updates that were left out of the 0.2.0
release due to this omission.
Copy file name to clipboardExpand all lines: docs/development.md
+23-18Lines changed: 23 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,27 +44,32 @@ $ open coverage/index.html
44
44
45
45
## Publish gems
46
46
47
-
```shell
48
-
git checkout master && git pull --rebase
49
-
export VERSION=v0.0.x
47
+
1. Choose a version, run scripts to update the versions in each gemspec file, and build each gem which will update its `Gemfile.lock` with the new version:
4. Cut a new GitHub release by visiting [new release](https://github.com/riverqueue/river/releases/new), selecting the new tag, and copying in the version's `CHANGELOG.md` content as the release body.
0 commit comments