diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 45f3147..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,15 +0,0 @@ -name-template: 'v$NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' -categories: - - title: '๐Ÿš€ Features' - labels: - - feature - - title: '๐Ÿ› Bug Fixes' - labels: - - bug - - title: '๐Ÿงน Maintenance' - labels: - - chore -change-template: '- ${{CHANGE_TITLE}} (#${{NUMBER}})' -change-title-escapes: '"' -version-resolver: 'increment' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml deleted file mode 100644 index e9fc0ee..0000000 --- a/.github/workflows/release-drafter.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Release Drafter - -on: - push: - branches: - - main - pull_request: - types: [closed] - branches: - - main - -jobs: - update_release_draft: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Release Drafter - uses: release-drafter/release-drafter@v5 - with: - config-name: release-drafter.yml - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 2260db6..efb9e30 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,7 @@ repo-template/ โ”‚ โ”œโ”€โ”€ PULL_REQUEST_TEMPLATE.md โ”‚ โ””โ”€โ”€ workflows/ โ”‚ โ”œโ”€โ”€ dependency-review.yml -โ”‚ โ”œโ”€โ”€ stale.yml -โ”‚ โ””โ”€โ”€ release-drafter.yml +โ”‚ โ””โ”€โ”€ stale.yml โ”‚ โ””โ”€โ”€ ISSUE_TEMPLATE/ โ”‚ โ”œโ”€โ”€ bug_report.yml โ”‚ โ”œโ”€โ”€ feature_request.yml @@ -66,11 +65,9 @@ repo-template/ - `COMMIT_CONVENTION.md`: Commit message convention for the repository. - `CONTRIBUTING.md`: Contribution guidelines for the repository. - `PULL_REQUEST_TEMPLATE.md`: Pull request template for the repository. - - `release-drafter.yml`: Configuration file for the release drafter. - `workflows/`: Contains the GitHub workflows for the repository. - `dependency-review.yml`: Workflow for dependency review. - `stale.yml`: Workflow for managing stale issues. - - `release-drafter.yml`: Workflow for automatically drafting releases. - `ISSUE_TEMPLATE/`: Contains the issue templates for the repository. - `bug_report.yml`: Bug report template. - `feature_request.yml`: Feature request template.