Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeronymous authored Sep 23, 2024
2 parents 4ea6981 + ba08000 commit 5b8d5e1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update Docker Hub Description
on:
push:
branches:
- master
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: lintoai/linto-platform-punctuation
readme-filepath: ./README.md
5 changes: 4 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 2.0.0
- Integration of recasepunc

# 1.1.1
- Fix error on empty sentences

# 1.1.0
- Added service registration
- Updated README
Expand All @@ -14,4 +17,4 @@

# 1.0.0
- Punctuation service.
- HTTP or Celery serving.
- HTTP or Celery serving.

0 comments on commit 5b8d5e1

Please sign in to comment.