Skip to content

Commit

Permalink
feat: Added route list-chats
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Jun 2, 2023
1 parent 4f66b99 commit 4560702
Show file tree
Hide file tree
Showing 4 changed files with 608 additions and 159 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/docs.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -43,5 +43,15 @@ jobs:
- name: Install Dependencies
run: yarn install

- name: Generate Swagger docs
run: yarn docs

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'docs: Improovment on docs'
file_pattern: 'src/swagger.json'
commit_user_name: github-actions[bot]
commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com

- name: Release
run: 'npx release-it --increment ${{ github.event.inputs.increment }}'

0 comments on commit 4560702

Please sign in to comment.