From 569ebe4b36df27dfcc6983b3e5418f5b21d08ca7 Mon Sep 17 00:00:00 2001 From: gary-shen Date: Thu, 21 Mar 2024 19:45:28 +0800 Subject: [PATCH 1/2] fix: turn off github release success comment --- .releaserc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 7da0a56..282c001 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -13,7 +13,8 @@ [ "@semantic-release/github", { - "assets": [{ "path": "./dist/*.whl", "label": "labelu-${nextRelease.version}-py3.whl" }, { "path": "./dist/*.gz", "label": "labelu-${nextRelease.version}.tar.gz" }] + "assets": [{ "path": "./dist/*.whl", "label": "labelu-${nextRelease.version}-py3.whl" }, { "path": "./dist/*.gz", "label": "labelu-${nextRelease.version}.tar.gz" }], + "successComment": false } ], [ From 934af3374e9f6b581dd469a935c56d061d1373e7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Mar 2024 11:48:13 +0000 Subject: [PATCH 2/2] chore(release): 1.0.0-alpha.68 [skip ci] # [1.0.0-alpha.68](https://github.com/opendatalab/labelU/compare/v1.0.0-alpha.67...v1.0.0-alpha.68) (2024-03-21) ### Bug Fixes * turn off github release success comment ([569ebe4](https://github.com/opendatalab/labelU/commit/569ebe4b36df27dfcc6983b3e5418f5b21d08ca7)) * upgrade frontend to v5.0.0 ([de1d372](https://github.com/opendatalab/labelU/commit/de1d3725ec29c4357270e67095a71c56b282c666)) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db08af9..960d195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "labelu" -version = '1.0.0-alpha.67' +version = '1.0.0-alpha.68' description = "" license = "Apache-2.0" authors = ["pengjinhu "]