Skip to content
Snippets Groups Projects
Commit 609c6013 authored by David Trattnig's avatar David Trattnig
Browse files

feat(make): release target

parent 5a186c37
No related branches found
No related tags found
No related merge requests found
Pipeline #2919 passed
...@@ -89,4 +89,10 @@ docker.init:: ...@@ -89,4 +89,10 @@ docker.init::
docker volume create aura_engine_socket docker volume create aura_engine_socket
audio.lqs.test:: audio.lqs.test::
liquidsoap tests/device/alsa_device_aura_engine.liq liquidsoap tests/device/alsa_device_aura_engine.liq
\ No newline at end of file
release:: VERSION = $$(cat ${CURDIR}/VERSION)
release::
git tag $(VERSION)
git push origin $(VERSION)
@echo "Release '$(VERSION)' tagged and pushed successfully."
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment