From c792760b75a4228bc49f4c81462b0686ed306502 Mon Sep 17 00:00:00 2001 From: Filippo Pacifici Date: Wed, 11 Oct 2023 01:36:27 -0700 Subject: [PATCH] Fix the path of bump version (#12) --- sentry_jsonish/.craft.yml | 2 +- sentry_jsonnet/.craft.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sentry_jsonish/.craft.yml b/sentry_jsonish/.craft.yml index 6e2cea9..b3afe6c 100644 --- a/sentry_jsonish/.craft.yml +++ b/sentry_jsonish/.craft.yml @@ -4,7 +4,7 @@ github: owner: getsentry repo: jsonnet-libs changelogPolicy: auto -preReleaseCommand: bash ../sbin/bump-version-jsonish.sh +preReleaseCommand: bash ../sbin/bump-version.sh releaseBranchPrefix: release-sentry-jsonish targets: - name: github diff --git a/sentry_jsonnet/.craft.yml b/sentry_jsonnet/.craft.yml index 558e74c..b40c647 100644 --- a/sentry_jsonnet/.craft.yml +++ b/sentry_jsonnet/.craft.yml @@ -4,7 +4,7 @@ github: owner: getsentry repo: jsonnet-libs changelogPolicy: auto -preReleaseCommand: bash ../sbin/bump-version-jsonnet.sh +preReleaseCommand: bash ../sbin/bump-version.sh releaseBranchPrefix: release-sentry-jsonnet targets: - name: pypi