diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml new file mode 100644 index 0000000..e037826 --- /dev/null +++ b/.github/workflows/dockerhub-description.yml @@ -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 diff --git a/RELEASE.md b/RELEASE.md index 6848347..49cd676 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 @@ -14,4 +17,4 @@ # 1.0.0 - Punctuation service. -- HTTP or Celery serving. \ No newline at end of file +- HTTP or Celery serving.