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