diff --git a/.changeset/config.json b/.changeset/config.json index dac5191..db04f26 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -9,7 +9,7 @@ "commit": false, "access": "public", "updateInternalDependencies": "patch", - "baseBranch": "origin/main", + "baseBranch": "main", "registry": "https://registry.npmjs.org", "scope": "@cardbrother", "ignore": [] diff --git a/.changeset/hungry-fishes-allow.md b/.changeset/hungry-fishes-allow.md new file mode 100644 index 0000000..00b98c6 --- /dev/null +++ b/.changeset/hungry-fishes-allow.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": patch +--- + +update cos diff --git a/.changeset/nervous-weeks-move.md b/.changeset/nervous-weeks-move.md new file mode 100644 index 0000000..89bb552 --- /dev/null +++ b/.changeset/nervous-weeks-move.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": patch +--- + +upgrade readme diff --git a/.changeset/selfish-books-report.md b/.changeset/selfish-books-report.md new file mode 100644 index 0000000..90522cf --- /dev/null +++ b/.changeset/selfish-books-report.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": patch +--- + +upgrade sdk version diff --git a/.changeset/shaggy-panthers-carry.md b/.changeset/shaggy-panthers-carry.md new file mode 100644 index 0000000..e9f1eaf --- /dev/null +++ b/.changeset/shaggy-panthers-carry.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": patch +--- + +add github package diff --git a/.changeset/sweet-cups-dress.md b/.changeset/sweet-cups-dress.md new file mode 100644 index 0000000..df36c7d --- /dev/null +++ b/.changeset/sweet-cups-dress.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": patch +--- + +upgrade release diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index cf9bfb6..f17f68d 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -57,6 +57,7 @@ jobs: pnpm build - name: 📣 Create Release Pull Request or Publish to npm + if: github.head_ref == 'changeset-release/main' && github.event_name == 'push' id: changesets uses: changesets/action@v1.4.7 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5124fd9..60e5286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ -# @cardbrother/nestjs-tencent-cloud-sdk ## 1.0.15 diff --git a/package.json b/package.json index a6726e8..c138331 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "bin": "dist/index.js", "organization": "cardbrother", "repository": { - "type": "github", - "url": "https://github.com/guotingchao/nest-tencent-cloud-sdk" + "type": "git", + "url": "https://github.com/guotingchao/nest-tencent-cloud-sdk.git" }, "scripts": { "build": "nest build",