diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 1925c6e..c46371d 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -34,19 +34,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: "14" - - name: Semantic Release - id: version - uses: cycjimmy/semantic-release-action@v3.0.0 - with: - semantic_version: 17 - extra_plugins: | - @semantic-release/exec - @semantic-release/git - @google/semantic-release-replace-plugin - conventional-changelog-conventionalcommits - dry_run: true - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Docker meta id: docker_action_meta uses: docker/metadata-action@v4.0.1 @@ -161,18 +148,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: "14" - - name: Semantic Release - if: github.event_name != 'pull_request' && needs.meta.outputs.dockerhub-publish == 'true' - id: version - uses: cycjimmy/semantic-release-action@v3.0.0 - with: - semantic_version: 17 - extra_plugins: | - @semantic-release/exec - @semantic-release/git - conventional-changelog-conventionalcommits - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Setup regctl if: github.event_name != 'pull_request' && needs.meta.outputs.dockerhub-publish == 'true' run: | diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml deleted file mode 100644 index ad6df65..0000000 --- a/.github/workflows/pr-lint.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: "Lint PR" - -on: - pull_request_target: - types: - - opened - - edited - - synchronize - -jobs: - main: - name: Validate PR title - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v4 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.releaserc b/.releaserc index a05ac08..0c80928 100644 --- a/.releaserc +++ b/.releaserc @@ -25,22 +25,5 @@ name: 'develop\/.*', prerelease: true } - ], - plugins: [ - [ - "@semantic-release/commit-analyzer", - { - "preset": "conventionalcommits", - "presetConfig": "conventional-changelog-conventionalcommits" - } - ], - "@semantic-release/release-notes-generator", - ["@semantic-release/git", { - "assets": [ - "pom.xml", - ], - "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}" - }], - ["@semantic-release/github"], - ] -} \ No newline at end of file + ] +}