From c3b6e236ad5d28cb89f6a869c4256e79f614e73d Mon Sep 17 00:00:00 2001 From: AyushNautiyalDeveloper Date: Thu, 20 Jun 2024 22:50:34 +0530 Subject: [PATCH] removed the unwanted statements. --- .github/workflows/release-with-changesets.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-with-changesets.yml b/.github/workflows/release-with-changesets.yml index 4fcd24509..01175d6f4 100644 --- a/.github/workflows/release-with-changesets.yml +++ b/.github/workflows/release-with-changesets.yml @@ -1,4 +1,3 @@ -# This action is centrally managed in https://github.com/asyncapi/.github/ # Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in the above-mentioned repo # It does magic only if there is a package.json file in the root of the project @@ -9,7 +8,6 @@ on: branches: - master # The below lines are not enough to have release supported for these branches - # Make sure the configuration of the `semantic-release` package mentions these branches - next-spec - next-major - next-major-spec