We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dca50 commit c5c4203Copy full SHA for c5c4203
bump.sh
@@ -15,7 +15,7 @@ if git diff-index --quiet HEAD --; then
15
git tag $VER
16
git push origin master $VER
17
rm -f elchemy-*.ez
18
- rm -rf lib/Elmchemy/X*
+ rm -rf lib/Elchemy/X*
19
mix archive.build
20
mix archive.install "elchemy-$VER.ez" --force
21
0 commit comments