From dc53c25b7b468ff42e11e3406044fd951a3b46d4 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Thu, 6 Jun 2024 12:08:31 -0400 Subject: [PATCH] Rename release tag to avoid refname conflict. (#321) Signed-off-by: dblock --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d58084a..4318add0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: ${{ steps.branch.outputs.name }} + automatic_release_tag: ${{ steps.branch.outputs.name }}-latest prerelease: true title: OpenSearch OpenAPI Spec (${{ steps.branch.outputs.name }}) files: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aeadb5b..f8152ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Replaced Smithy with a native OpenAPI spec ([#189](https://github.com/opensearch-project/opensearch-api-specification/issues/189)) - Refactored spec tester internals to improve reusability ([#302](https://github.com/opensearch-project/opensearch-api-specification/pull/302)) +- Renamed `main` release tag to `main-latest` ([#321](https://github.com/opensearch-project/opensearch-api-specification/pull/321)) ### Deprecated