Skip to content

Commit b83b0c2

Browse files
committed
Add bin/shipit
1 parent 5960779 commit b83b0c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/shipit

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
set -euo pipefail
3+
# This script is used to ship code, replacing `git push`
4+
5+
bin/audit
6+
git push

0 commit comments

Comments
 (0)