From 36ef8839f9ec2afb5bf78f40a093f6bdd6f61fd1 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:22:33 -0400 Subject: [PATCH] ci: use the right field for the semantic-release-replace-plugin --- .releaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 67bf16ea66d0..92ba94cae8cb 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -25,7 +25,7 @@ { "replacements": [ { - "file": ["ibis/__init__.py"], + "files": ["ibis/__init__.py"], "from": "__version__ = \".*\"", "to": "__version__ = \"${nextRelease.version}\"", "results": [