Skip to content

Commit

Permalink
ci(CI&CD): 🎡 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guotingchao committed Apr 14, 2024
1 parent 9c362d7 commit 156ce44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:

jobs:
changelog:
name: Changelog PR or Release
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# @cardbrother/nestjs-tencent-cloud-sdk

[![Sync README with CHANGELOG](https://github.com/guotingchao/nest-tencent-cloud-sdk/actions/workflows/sync-readme.yml/badge.svg)](https://github.com/guotingchao/nest-tencent-cloud-sdk/actions/workflows/sync-readme.yml)
---

[![Release](https://github.com/guotingchao/nest-tencent-cloud-sdk/actions/workflows/CI.yml/badge.svg)](https://github.com/guotingchao/nest-tencent-cloud-sdk/actions/workflows/CI.yml)

[![package version](https://badge.fury.io/js/@cardbrother%2Fnestjs-tencent-cloud-sdk.svg)](https://badge.fury.io/js/@cardbrother%2Fnestjs-tencent-cloud-sdk)

### Description

---

> Tencent Cloud SDK for NestJS Developers
- Use pnpm or bun
Expand All @@ -15,6 +19,8 @@

### Installation

---

- npm

```bash
Expand All @@ -35,12 +41,14 @@ $ pnpm add @cardbrother/nest-tencent-cloud-sdk

### Usage

---

_comming soon_

### CHANGELOG
### [CHANGELOG](./docs/CHANGELOG.md)

[CHANGELOG](./docs/CHANGELOG.md)
---

### License
### License [MIT](./docs/LICENSE)

[MIT](./docs/LICENSE)
---

0 comments on commit 156ce44

Please sign in to comment.