@@ -157,43 +157,4 @@ Before publishing any patch release, binary compatibility with previous version
157
157
158
158
To publish scalactic, scalatest and scalatest-app use the following command:
159
159
160
- $ sbt scalatestCompatible/clean scalatestCompatible/publishSigned
161
- $ export SCALAJS_VERSION=0.6.28
162
- $ sbt ++2.10.7 clean publishSigned "project scalatestAppJS" clean publishSigned
163
- $ sbt ++2.11.12 clean publishSigned "project scalatestAppJS" clean publishSigned
164
- $ sbt ++2.12.9 "project scalatestApp" clean publishSigned "project scalatestAppJS" clean publishSigned
165
- $ sbt ++2.13.0 "project scalatestApp" clean publishSigned "project scalatestAppJS" clean publishSigned
166
- $ sbt ++2.11.12 "project scalatestAppNative" clean publishSigned
167
- $ export SCALAJS_VERSION=1.0.0-M3
168
- $ sbt ++2.11.12 "project scalatestAppJS" clean publishSigned
169
- $ sbt ++2.12.6 "project scalatestAppJS" clean publishSigned
170
- $ export SCALAJS_VERSION=1.0.0-M8
171
- $ sbt ++2.13.0 "project scalatestAppJS" clean publishSigned
172
- $ sbt scalacticDotty/clean scalacticDotty/publishSigned
173
- $ sbt scalatestDotty/clean scalatestDotty/publishSigned
174
-
175
- To publish scalatest modules for jvm, use the following commands:
176
-
177
- $ sbt scalatestModules/clean
178
- $ sbt +scalatestModules/publishSigned
179
-
180
- To publish scalatest modules for js, use the following commands:
181
-
182
- $ export SCALAJS_VERSION=0.6.28
183
- $ sbt scalatestModulesJS/clean
184
- $ sbt +scalatestModulesJS/publishSigned
185
- $ export SCALAJS_VERSION=1.0.0-M3
186
- $ sbt ++2.11.12 "project scalatestModulesJS" clean publishSigned
187
- $ sbt ++2.12.6 "project scalatestModulesJS" clean publishSigned
188
- $ export SCALAJS_VERSION=1.0.0-M8
189
- $ sbt ++2.13.0 "project scalatestModulesJS" clean publishSigned
190
-
191
- To publish scalatest modules for native, use the following commands:
192
-
193
- $ sbt ++2.11.12 scalatestModulesNative/clean
194
- $ sbt ++2.11.12 scalatestModulesNative/publishSigned
195
-
196
- To publish scalatest modules for Dotty, use the following commands:
197
-
198
- $ sbt scalatestModulesDotty/clean
199
- $ sbt scalatestModulesDotty/publishSigned
160
+ $ ./publish.sh
0 commit comments