From 850db17753afca6ed77a1c62fe6a5e39b7f2873c Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:48:18 +0900 Subject: [PATCH] ci(tagpr): Give up using tagpr (#26) 2 branches development is not suit to tagpr. --- .github/workflows/release.yml | 24 ------------------------ .tagpr | 8 -------- 2 files changed, 32 deletions(-) delete mode 100644 .github/workflows/release.yml delete mode 100644 .tagpr diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 85868a0..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 🚀 Release - -on: - push: - branches: - - "dev" - -permissions: - contents: write - pull-requests: write - -jobs: - Release: - runs-on: Ubuntu-Latest - - steps: - - name: 🚚 Checkout Repository - uses: actions/checkout@v4 - - - name: 🏷️ Create a New Tag - id: tagpr - uses: Songmu/tagpr@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.tagpr b/.tagpr deleted file mode 100644 index af439ba..0000000 --- a/.tagpr +++ /dev/null @@ -1,8 +0,0 @@ -[tagpr] - releaseBranch = "dev" - versionFile = "-" - vPrefix = true - changelog = false - release = true - majroLabels = "Type: Breaking Change" - minorLabels = "Type: Feature"