diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0ca7409..af89d1f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -158,10 +158,12 @@ jobs: }]' \ metadata.json > tmp.json && mv tmp.json metadata.json + cp ../../../../README.md ./README.md + # Commit changes git config user.name "GitHub Action" git config user.email "action@github.com" - git add metadata.json + git add metadata.json README.md git commit -m "Update ${{ env.CONNECTOR_NAME }} connector metadata to version ${{ steps.get-version.outputs.tagged_version }}" # Push changes diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c114bb..e1c5b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This changelog documents changes between release tags. ## [Unreleased] Upcoming changes for the next versioned release. +## [0.0.27] +* Add README to workflow steps + ## [0.0.26] * Fix PR request creation in github workflow diff --git a/README.md b/README.md index 389bbe7..e4b1d7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Hasura Turso Connector + [![Docs](https://img.shields.io/badge/docs-v3.x-brightgreen.svg?style=flat)](https://hasura.io/connectors/turso) [![ndc-hub](https://img.shields.io/badge/ndc--hub-turso-blue.svg?style=flat)](https://hasura.io/connectors/turso) [![License](https://img.shields.io/badge/license-Apache--2.0-purple.svg?style=flat)](https://github.com/hasura/ndc-turso/blob/main/LICENSE.txt) diff --git a/package-lock.json b/package-lock.json index 35c1902..767ee25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ndc-turso", - "version": "0.0.26", + "version": "0.0.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ndc-turso", - "version": "0.0.26", + "version": "0.0.27", "dependencies": { "@hasura/ndc-sdk-typescript": "^5.2.0", "@json-schema-tools/meta-schema": "^1.7.0", diff --git a/package.json b/package.json index 8d0668f..c7e74fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ndc-turso", - "version": "0.0.26", + "version": "0.0.27", "main": "index.js", "author": "Tristen Harr", "scripts": {