We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7aa49e commit 5cedab7Copy full SHA for 5cedab7
bin/prepare.sh
@@ -30,6 +30,7 @@ rm new-custom-1.md
30
mv new-custom.md doc/04-CUSTOM.md
31
32
print "Updating showcase..."
33
+make install # So that showcase can build with the new version prior to it being published to clojars
34
sed "s|\[version \".*\"\]|\[version \"$VERSION_NUMBER\"\]|g" showcase/src/luciolucio/holi/showcase/pages/home/core.cljs > new-core.cljs
35
mv new-core.cljs showcase/src/luciolucio/holi/showcase/pages/home/core.cljs
36
sed "s|io.github.luciolucio/holi {:mvn/version \".*\"}}|io.github.luciolucio/holi {:mvn/version \"$VERSION_NUMBER\"}}|g" showcase/deps.edn > new-deps.edn
0 commit comments