Skip to content

Commit 38de28b

Browse files
authored
Merge pull request #664 from jcpunk/release
Add note about needing the release artifacts
2 parents cc9118d + f4a4659 commit 38de28b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_docs/releasing_version.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Run the rake target `release`. This will:
8181
* and push it to origin.
8282

8383
```bash
84+
bundle install --with release
8485
bundle exec rake release
8586
```
8687

@@ -134,7 +135,7 @@ If necessary, run `bundle install` before continuing. If you want you can also o
134135
```bash
135136
bundle config set --local path 'vendor'
136137
bundle config set --local without 'development system_tests'
137-
bundle install
138+
bundle install --with release
138139
```
139140

140141
And in case you installed the gems before:

0 commit comments

Comments
 (0)