We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a98566 commit 5e01abaCopy full SHA for 5e01aba
scripts/release
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+set -e
3
+
4
+rm -f spring-commands-parallel-tests*.gem
5
+gem build spring-commands-parallel-tests.gemspec
6
+gem push spring-commands-parallel-tests*.gem
0 commit comments