From 354be909d2b53108974475433a462378f2a2f840 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:03:16 +0400 Subject: [PATCH] ci(release): configure initial tag --- .github/workflows/preview-release.yml | 1 - cliff.toml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml index 0ef13fd..a79db6d 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -23,7 +23,6 @@ jobs: steps: - name: Checkout repository - if: ${{ !env.ACT }} uses: actions/checkout@v6 with: ref: ${{ github.event.repository.default_branch }} diff --git a/cliff.toml b/cliff.toml index e660ac1..e9672a3 100644 --- a/cliff.toml +++ b/cliff.toml @@ -15,6 +15,9 @@ body = """ trim = true +[bump] +initial_tag = "v0.1.0" + [git] conventional_commits = true tag_pattern = "^v[0-9]+\\.[0-9]+\\.[0-9]+(?:-rc\\.[0-9]+)?$"