Skip to content

Commit

Permalink
Pull Request form Github Actions (#56)
Browse files Browse the repository at this point in the history
This is a pull request created by Actions Robot 🤖
  • Loading branch information
guotingchao authored Apr 28, 2024
2 parents 31bf6e8 + e8163ee commit de12005
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"commit": false,
"access": "public",
"updateInternalDependencies": "patch",
"baseBranch": "origin/main",
"baseBranch": "main",
"registry": "https://registry.npmjs.org",
"scope": "@cardbrother",
"ignore": []
Expand Down
5 changes: 5 additions & 0 deletions .changeset/hungry-fishes-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

update cos
5 changes: 5 additions & 0 deletions .changeset/nervous-weeks-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

upgrade readme
5 changes: 5 additions & 0 deletions .changeset/selfish-books-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

upgrade sdk version
5 changes: 5 additions & 0 deletions .changeset/shaggy-panthers-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

add github package
5 changes: 5 additions & 0 deletions .changeset/sweet-cups-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

upgrade release
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @cardbrother/nestjs-tencent-cloud-sdk

## 1.0.15

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit de12005

Please sign in to comment.