From 666101a4ff0e4716cfd23dafcf6256a8a23c77a7 Mon Sep 17 00:00:00 2001 From: Revolist OU <64810943+revolist@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:43:01 +0100 Subject: [PATCH] Delete .github/workflows/release.yml --- .github/workflows/release.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 83977df7..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,24 +0,0 @@ -changelog: - exclude: - # A list of labels that exclude a pull request from appearing in release notes. - labels: - - ignore-for-release - authors: - - octocat - categories: - - title: Breaking Changes 🛠 - labels: - - Semver-Major - - breaking-change - - title: Exciting New Features 🎉 - labels: - - Semver-Minor - - feature - - title: Other Changes - labels: - - '*' - footer: | - ### Revogrid: - - ⭐ [Star the Revogrid Repo](https://github.com/revolist/revogrid) - - 🐦 [Follow at Twitter](https://x.com/revolist_ou/) - - 🔗 [Follow at LinkedIn](https://www.linkedin.com/company/revolist) \ No newline at end of file