From 2c8f3eeb92af1148ec137adea93b7e3b6ecb2392 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 21 May 2024 05:40:51 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=94=84=20update=20publish/release?= =?UTF-8?q?=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 360b05f..21774c0 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -82,6 +82,10 @@ tasks: release: + aliases: + - "publish" desc: 🚀 release «patch» version of rustler-core deps: - - release:patch + - release:pre + cmds: + - cargo release patch \ No newline at end of file