From c758e5fde177eb21f3fb8a58689f99bfc150c8ed Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Thu, 23 May 2024 09:37:50 +0200 Subject: [PATCH] chore: fix rocks terminology --- .github/workflows/update_version.yaml | 4 ++-- README.md | 2 +- rockcraft.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update_version.yaml b/.github/workflows/update_version.yaml index 80e5369..9ebb60f 100644 --- a/.github/workflows/update_version.yaml +++ b/.github/workflows/update_version.yaml @@ -74,12 +74,12 @@ jobs: with: ref: main - - name: Update ROCK's source tag + - name: Update rock's source tag uses: mikefarah/yq@master with: cmd: yq -i '.parts.coredns.source-tag = "v${{ matrix.version }}"' 'rockcraft.yaml' - - name: Update ROCK's version + - name: Update rock's version uses: mikefarah/yq@master with: cmd: yq -i '.version = "${{ matrix.version }}"' 'rockcraft.yaml' diff --git a/README.md b/README.md index 642277e..06f2301 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # coredns-rock -A ROCK for CoreDNS. +A rock for CoreDNS. diff --git a/rockcraft.yaml b/rockcraft.yaml index 7e9c2eb..a4faa17 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -1,6 +1,6 @@ name: coredns -summary: ROCK for the CoreDNS Project. -description: This ROCK is a drop in replacement for the coredns/coredns image. +summary: Rock for the CoreDNS Project. +description: This rock is a drop in replacement for the coredns/coredns image. version: "1.11.1" license: Apache-2.0