From d60056e91b5012df98665c302115149ec46cbc2e Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Fri, 27 Dec 2024 13:53:42 -0800 Subject: [PATCH] Revert "[BANK-1272] Add gem releaser" --- .github/workflows/lint-commits.yml | 8 ---- .github/workflows/release.yml | 11 ------ .release-please-manifest.json | 3 -- release-please-config.json | 61 ------------------------------ 4 files changed, 83 deletions(-) delete mode 100644 .github/workflows/lint-commits.yml delete mode 100644 .github/workflows/release.yml delete mode 100644 .release-please-manifest.json delete mode 100644 release-please-config.json diff --git a/.github/workflows/lint-commits.yml b/.github/workflows/lint-commits.yml deleted file mode 100644 index d452d37..0000000 --- a/.github/workflows/lint-commits.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Lint Commit Messages - -on: - pull_request: - -jobs: - lint-commits: - uses: appfolio/gem-releaser/.github/workflows/lint-commits.yml@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 8e568f9..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Release Gem - -on: - push: - branches: - - main - - master - -jobs: - release-gem: - uses: appfolio/gem-releaser/.github/workflows/release.yml@v1 diff --git a/.release-please-manifest.json b/.release-please-manifest.json deleted file mode 100644 index e029e3c..0000000 --- a/.release-please-manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - ".": "0.7.3.appfolio4" -} diff --git a/release-please-config.json b/release-please-config.json deleted file mode 100644 index bd48a98..0000000 --- a/release-please-config.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "bootstrap-sha": "f9e11a7a46826ce4bc87b1cb8408ab7ef6b57e4e", - "packages": { - ".": { - "changelog-path": "CHANGELOG.md", - "version-file": "lib/ezcrypto/version.rb", - "release-type": "ruby", - "bump-minor-pre-major": false, - "bump-patch-for-minor-pre-major": false, - "draft": false, - "prerelease": false - } - }, - "changelog-sections": [ - { - "type": "feat", - "section": "Features" - }, - { - "type": "fix", - "section": "Bug Fixes" - }, - { - "type": "perf", - "section": "Performance Improvements" - }, - { - "type": "revert", - "section": "Reverts" - }, - { - "type": "docs", - "section": "Documentation" - }, - { - "type": "style", - "section": "Styles" - }, - { - "type": "chore", - "section": "Miscellaneous Chores" - }, - { - "type": "refactor", - "section": "Code Refactoring" - }, - { - "type": "test", - "section": "Tests" - }, - { - "type": "build", - "section": "Build System" - }, - { - "type": "ci", - "section": "Continuous Integration" - } - ], - "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" -}