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 5a41f7c commit 42055dfCopy full SHA for 42055df
Makefile
@@ -38,7 +38,7 @@ publish:
38
@git add .
39
@git commit -am "Nightly Release" || true
40
@git push
41
- @mush publish
+ @mush publish --allow-dirty
42
43
publish-stable:
44
bin/mush
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
## BP010: Release metadata
3
## @build_type: bin
4
-## @build_date: 2024-03-21T20:47:59Z
+## @build_date: 2024-03-21T20:48:06Z
5
set -e
6
use() { return 0; }
7
extern() { return 0; }
target/release/mush
0 commit comments