diff --git a/Makefile b/Makefile index ce06dae..0416bad 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ build-dev-container: docker buildx build --tag lldap/rust-dev --file .github/workflows/Dockerfile.dev --push .github/workflows + +prepare-release: + ./prepare-release.sh