We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2033cc9 commit 52908a4Copy full SHA for 52908a4
scripts/publish
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+
3
+set -eux -o pipefail
4
5
+cd "$( dirname -- "${BASH_SOURCE[0]}" )" && cd ..
6
7
+crate="${1:-spotify_player}"
8
9
+git checkout master && git fetch && git merge origin/master
10
11
+cd $crate && cargo publish
0 commit comments