From f3b1dd814042e8a15ab7f32a9900e98ca4c7a120 Mon Sep 17 00:00:00 2001 From: tjeujansen Date: Fri, 19 Apr 2024 09:42:18 +0200 Subject: [PATCH] chore: Removed semantic release changelog functionality --- .github/workflows/release.yml | 2 - .releaserc | 21 +--- CHANGELOG.md | 186 ---------------------------------- 3 files changed, 1 insertion(+), 208 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e8284a..1c3d097 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,9 @@ name: Release on: - workflow_dispatch: push: branches: - master - - beta jobs: release: runs-on: ubuntu-latest diff --git a/.releaserc b/.releaserc index 7ca40a4..ff4c897 100644 --- a/.releaserc +++ b/.releaserc @@ -2,30 +2,11 @@ "branches": [ { "name": "master" - }, - { - "name": "beta", - "prerelease": true } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", - "@semantic-release/github", - [ - "@semantic-release/changelog", - { - "changelogFile": "CHANGELOG.md" - } - ], - [ - "@semantic-release/git", - { - "assets": [ - "CHANGELOG.md" - ], - "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" - } - ] + "@semantic-release/github" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 594055e..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,186 +0,0 @@ -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-12) - - -### Bug Fixes - -* Applied phpcs and phpmd rules [#38](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/38) ([e3966fd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/e3966fd147d3d0816f20a4671facd0180ccd949d)) -* Trigger release ([7334c1e](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7334c1e74a79ed688fa640b6b2d3fe4b637162eb)) -* use id instead of SKU [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) ([f0070ec](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/f0070ec08f8f7d3dd5d9af47a7fd14cdf1b0a416)) - - -* Merge beta into master (#45) ([12701f7](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/12701f78e66cedf7f932ebae56fd973005e8a6c4)), closes [#45](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/45) [#30](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/30) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#37](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/37) [#36](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/36) - - -### BREAKING CHANGES - -* Code is refactored based on phpcs and phpmd rules. -* Code is refactored based on phpcs and phpmd rules. -* Code is refactored based on phpcs and phpmd rules. - -* fix: Fixed DriverInterface issue - -* chore(release): 7.0.0-beta.1 [skip ci] - -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-03-29) - -### Bug Fixes - -* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) -* Code is refactored based on phpcs and phpmd rules. #37 #36 - -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-12) - - -### Bug Fixes - -* Applied phpcs and phpmd rules [#38](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/38) ([e3966fd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/e3966fd147d3d0816f20a4671facd0180ccd949d)) -* Trigger release ([7334c1e](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7334c1e74a79ed688fa640b6b2d3fe4b637162eb)) -* use id instead of SKU [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) ([f0070ec](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/f0070ec08f8f7d3dd5d9af47a7fd14cdf1b0a416)) - - -* Merge beta into master (#45) ([12701f7](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/12701f78e66cedf7f932ebae56fd973005e8a6c4)), closes [#45](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/45) [#30](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/30) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#37](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/37) [#36](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/36) - - -### BREAKING CHANGES - -* Code is refactored based on phpcs and phpmd rules. -* Code is refactored based on phpcs and phpmd rules. -* Code is refactored based on phpcs and phpmd rules. - -* fix: Fixed DriverInterface issue - -* chore(release): 7.0.0-beta.1 [skip ci] - -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-03-29) - -### Bug Fixes - -* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) -* Code is refactored based on phpcs and phpmd rules. #37 #36 - -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-12) - - -### Bug Fixes - -* Applied phpcs and phpmd rules [#38](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/38) ([e3966fd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/e3966fd147d3d0816f20a4671facd0180ccd949d)) -* Trigger release ([7334c1e](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7334c1e74a79ed688fa640b6b2d3fe4b637162eb)) -* use id instead of SKU [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) ([f0070ec](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/f0070ec08f8f7d3dd5d9af47a7fd14cdf1b0a416)) - - -* Merge beta into master (#45) ([12701f7](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/12701f78e66cedf7f932ebae56fd973005e8a6c4)), closes [#45](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/45) [#30](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/30) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) [#37](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/37) [#36](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/36) - - -### BREAKING CHANGES - -* Code is refactored based on phpcs and phpmd rules. -* Code is refactored based on phpcs and phpmd rules. -* Code is refactored based on phpcs and phpmd rules. - -* fix: Fixed DriverInterface issue - -* chore(release): 7.0.0-beta.1 [skip ci] - -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-03-29) - -### Bug Fixes - -* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) -* Code is refactored based on phpcs and phpmd rules. #37 #36 - -### Bug Fixes - -* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) -* Fixed issue in FeedContent construct ([d289fd3](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d289fd3f1afca23dba3421461c9ae3d71c22be21)) -* use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([7b325cb](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7b325cba4e7b4f2c6de1227b64dac09e73a6cb6c)) - -### Performance Improvements - -* Applied phpcs and phpmd rules ([d7e82dd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d7e82ddc47affc9506fed9f4013036693e96d605)) - - -### BREAKING CHANGES - -* Code is refactored based on phpcs and phpmd rules. - -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-09) - - -### Bug Fixes - -* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) -* Fixed issue in FeedContent construct ([d289fd3](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d289fd3f1afca23dba3421461c9ae3d71c22be21)) -* use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([7b325cb](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7b325cba4e7b4f2c6de1227b64dac09e73a6cb6c)) - - -### Performance Improvements - -* Applied phpcs and phpmd rules ([d7e82dd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d7e82ddc47affc9506fed9f4013036693e96d605)) - - -### BREAKING CHANGES - -* Code is refactored based on phpcs and phpmd rules. - -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-05) - - -### Bug Fixes - -* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) -* Fixed issue in FeedContent construct ([d289fd3](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d289fd3f1afca23dba3421461c9ae3d71c22be21)) -* use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([7b325cb](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7b325cba4e7b4f2c6de1227b64dac09e73a6cb6c)) - - -### Performance Improvements - -* Applied phpcs and phpmd rules ([d7e82dd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d7e82ddc47affc9506fed9f4013036693e96d605)) - - -### BREAKING CHANGES - -* Code is refactored based on phpcs and phpmd rules. - -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-05) - - -### Bug Fixes - -* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) -* Fixed issue in FeedContent construct ([d289fd3](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d289fd3f1afca23dba3421461c9ae3d71c22be21)) -* use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([7b325cb](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7b325cba4e7b4f2c6de1227b64dac09e73a6cb6c)) - - -### Performance Improvements - -* Applied phpcs and phpmd rules ([d7e82dd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d7e82ddc47affc9506fed9f4013036693e96d605)) - - -### BREAKING CHANGES - -* Code is refactored based on phpcs and phpmd rules. - -# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-03-29) - - -### Bug Fixes - -* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) -* use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([7b325cb](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7b325cba4e7b4f2c6de1227b64dac09e73a6cb6c)) - - -### Performance Improvements - -* Applied phpcs and phpmd rules ([d7e82dd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d7e82ddc47affc9506fed9f4013036693e96d605)) - - -### BREAKING CHANGES - -* Code is refactored based on phpcs and phpmd rules. - -## [6.0.3-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v6.0.3-beta.1) (2024-03-29) - - -### Bug Fixes - -* use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([7b325cb](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7b325cba4e7b4f2c6de1227b64dac09e73a6cb6c))