diff --git a/.all-contributorsrc b/.all-contributorsrc index 9b28a65ac..0113a0de5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -55,7 +55,7 @@ } ], "contributorsPerLine": 7, - "projectName": "github-action-for-generator", + "projectName": "github-action-for-cli", "projectOwner": "asyncapi", "repoType": "github", "repoHost": "https://github.com", diff --git a/.asyncapi-tool b/.asyncapi-tool index 841d76457..8e5d0f0c4 100644 --- a/.asyncapi-tool +++ b/.asyncapi-tool @@ -1,6 +1,6 @@ -title: GitHub Action for Generator +title: GitHub Action for CLI filters: technology: - - AsyncAPI Generator + - AsyncAPI CLI categories: - github-action diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 2af839793..0fd6410b2 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -24,6 +24,6 @@ jobs: run: | echo ${{secrets.DOCKER_PASSWORD}} | docker login -u ${{secrets.DOCKER_USERNAME}} --password-stdin npm run docker:build - docker tag asyncapi/github-action-for-generator:latest asyncapi/github-action-for-generator:${{ steps.version.outputs.value }} - docker push asyncapi/github-action-for-generator:${{ steps.version.outputs.value }} - docker push asyncapi/github-action-for-generator:latest \ No newline at end of file + docker tag asyncapi/github-action-for-cli:latest asyncapi/github-action-for-cli:${{ steps.version.outputs.value }} + docker push asyncapi/github-action-for-cli:${{ steps.version.outputs.value }} + docker push asyncapi/github-action-for-cli:latest \ No newline at end of file diff --git a/README.md b/README.md index 72402079e..9d67d25f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GitHub Action for Generator +# GitHub Action for CLI [![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) diff --git a/package-lock.json b/package-lock.json index bc2c8f4e1..23ff997ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,10 +1,12 @@ { - "name": "github-action-for-generator", + "name": "github-action-for-cli", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "github-action-for-generator", + "name": "github-action-for-cli", + "version": "3.0.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index a67e3f9df..082e67ff2 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,15 @@ { - "name": "github-action-for-generator", + "name": "github-action-for-cli", "description": "This is to be used for running tests for the GitHub Action using the MakeFile", + "version": "3.0.0", "scripts": { "test": "make test", "generate:assets": "echo 'No additional assets need to be generated at the moment'", - "docker:build": "docker build -t asyncapi/github-action-for-generator:latest ." + "docker:build": "docker build -t asyncapi/github-action-for-cli:latest ." }, "repository": { "type": "git", - "url": "git+https://github.com/asyncapi/github-action-for-generator.git" + "url": "git+https://github.com/asyncapi/github-action-for-cli.git" }, "keywords": [ "GitHub", @@ -18,7 +19,7 @@ "author": "Lukasz Gornicki ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/asyncapi/github-action-for-generator/issues" + "url": "https://github.com/asyncapi/github-action-for-cli/issues" }, - "homepage": "https://github.com/asyncapi/github-action-for-generator#readme" + "homepage": "https://github.com/asyncapi/github-action-for-cli#readme" }