From b251f3453ca6b3f68cddc42ea163ac86f7b71104 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 06:04:29 +0000 Subject: [PATCH 1/2] Initial plan From b723fbe5e95eff5ca1f191681b8ea7ed168906cc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 06:05:54 +0000 Subject: [PATCH 2/2] Remove changelog commits and file from semantic-release - Remove @semantic-release/changelog plugin from .releaserc.json - Remove @semantic-release/git plugin from .releaserc.json - Remove installation of changelog and git plugins from CI workflow - Delete CHANGELOG.md file Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- .releaserc.json | 16 +---------- CHANGELOG.md | 57 -------------------------------------- 3 files changed, 2 insertions(+), 73 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3e2811..6ce5a23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,7 +88,7 @@ jobs: node-version: '20' - name: Setup - run: npm install -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator semantic-release-pypi + run: npm install -g semantic-release @semantic-release/github @semantic-release/commit-analyzer @semantic-release/release-notes-generator semantic-release-pypi - name: Set up python uses: actions/setup-python@v2 diff --git a/.releaserc.json b/.releaserc.json index d05ce0c..e5ee572 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -4,20 +4,6 @@ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "semantic-release-pypi", - "@semantic-release/github", - [ - "@semantic-release/changelog", - { - "changelogFile": "CHANGELOG.md", - "changelogTitle": "# Semantic Versioning Changelog" - } - ], - [ - "@semantic-release/git", - { - "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}", - "assets": ["CHANGELOG.md", "setup.py", "setup.cfg"] - } - ] + "@semantic-release/github" ] } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 87c283a..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,57 +0,0 @@ -# Semantic Versioning Changelog - -# [1.6.0](https://github.com/officialpycasbin/pymongo-adapter/compare/v1.5.0...v1.6.0) (2025-08-15) - - -### Features - -* switch from casbin to pycasbin ([#8](https://github.com/officialpycasbin/pymongo-adapter/issues/8)) ([24b7c92](https://github.com/officialpycasbin/pymongo-adapter/commit/24b7c923418a3b69478a293138a9d1b89f4aaabf)) - -# [1.5.0](https://github.com/officialpycasbin/pymongo-adapter/compare/v1.4.0...v1.5.0) (2025-08-09) - - -### Features - -* support sync & async update_policy / update_policies ([#7](https://github.com/officialpycasbin/pymongo-adapter/issues/7)) ([a36cf53](https://github.com/officialpycasbin/pymongo-adapter/commit/a36cf5332ec26a5ca9636e9faf205f65a615dd27)) - -# [1.4.0](https://github.com/officialpycasbin/pymongo-adapter/compare/v1.3.0...v1.4.0) (2025-08-09) - - -### Features - -* support sync & async load_filtered_policy ([#5](https://github.com/officialpycasbin/pymongo-adapter/issues/5)) ([875263c](https://github.com/officialpycasbin/pymongo-adapter/commit/875263cac37413d7645981b3c3959420e349e3f2)) - -# [1.3.0](https://github.com/officialpycasbin/pymongo-adapter/compare/v1.2.0...v1.3.0) (2025-08-08) - - -### Features - -* support PyMongo Async API ([285510d](https://github.com/officialpycasbin/pymongo-adapter/commit/285510d1918c154d272921146c1b5dcc4b5f65be)) - -# [1.2.0](https://github.com/officialpycasbin/pymongo-adapter/compare/v1.1.1...v1.2.0) (2024-11-11) - - -### Features - -* update path ([d389485](https://github.com/officialpycasbin/pymongo-adapter/commit/d38948567df33d4d13198f2fd41ae0eadd0f8035)) - -## [1.1.1](https://github.com/officialpycasbin/pymongo-adapter/compare/v1.1.0...v1.1.1) (2024-11-11) - - -### Bug Fixes - -* modify remove_filtered_policy method to support filtering of empty strings ([#12](https://github.com/officialpycasbin/pymongo-adapter/issues/12)) ([37e0561](https://github.com/officialpycasbin/pymongo-adapter/commit/37e0561bb678f11f291360a6eaf58121db6b7630)) - -# [1.1.0](https://github.com/officialpycasbin/pymongo-adapter/compare/v1.0.0...v1.1.0) (2024-03-29) - - -### Features - -* upgrade CI Node.js version to 20 ([e2e48e4](https://github.com/officialpycasbin/pymongo-adapter/commit/e2e48e456b2c4502e28ae6c58d31183959d66662)) - -# 1.0.0 (2021-07-28) - - -### Features - -* implements delete policy ([#8](https://github.com/officialpycasbin/pymongo-adapter/issues/8)) ([88b9b8a](https://github.com/officialpycasbin/pymongo-adapter/commit/88b9b8a10c9401e2dded3995afb9c9d787564c59))