diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 99fad34..07a86b3 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -47,7 +47,7 @@ jobs: artifacts-cache: true artifacts-cache-key: "dist-${{ github.run_id }}" artifacts-publish-ci: true - artifacts-identifier: "${{ github.event.number == 0 && format('main-{0}', github.sha) || format('pr-{0}', github.event.number) }}" + artifacts-identifier: "${{ github.event.number == 0 && 'snapshot' || format('pr-{0}', github.event.number) }}" upload: name: Upload Artifacts - ${{ matrix.os.name }} diff --git a/.github/workflows/go-pre-release.yml b/.github/workflows/go-pre-release.yml index a028fd5..858f4ad 100644 --- a/.github/workflows/go-pre-release.yml +++ b/.github/workflows/go-pre-release.yml @@ -31,6 +31,11 @@ jobs: "section": "Features", "hidden": false }, + { + "type": "refactor", + "section": "Refactors", + "hidden": false + }, { "type": "fix", "section": "Bug Fixes", diff --git a/examples/long-omni-manifest/README.md b/examples/long-omni-manifest/README.md index 1429c21..afb5e02 100644 --- a/examples/long-omni-manifest/README.md +++ b/examples/long-omni-manifest/README.md @@ -136,7 +136,7 @@ spec: ## Build ```shell -kustomize build --enable-alpha-plugins . +kustomize build --enable-alpha-plugins . ``` ## Output diff --git a/examples/manifest-lists-without-schema/README.md b/examples/manifest-lists-without-schema/README.md index 8ee6e58..84673bc 100644 --- a/examples/manifest-lists-without-schema/README.md +++ b/examples/manifest-lists-without-schema/README.md @@ -100,7 +100,7 @@ spec: ## Build ```shell -kustomize build --enable-alpha-plugins . +kustomize build --enable-alpha-plugins . ``` ## Output diff --git a/examples/multiple-manifests-from-single-file/README.md b/examples/multiple-manifests-from-single-file/README.md index 0558f5f..b87f08f 100644 --- a/examples/multiple-manifests-from-single-file/README.md +++ b/examples/multiple-manifests-from-single-file/README.md @@ -150,7 +150,7 @@ spec: ## Build ```shell -kustomize build --enable-alpha-plugins . +kustomize build --enable-alpha-plugins . ``` ## Output diff --git a/examples/non-manifest-into-configmap-or-secret/README.md b/examples/non-manifest-into-configmap-or-secret/README.md index e9813e0..943a63a 100644 --- a/examples/non-manifest-into-configmap-or-secret/README.md +++ b/examples/non-manifest-into-configmap-or-secret/README.md @@ -94,7 +94,7 @@ spec: ## Build ```shell -kustomize build --enable-alpha-plugins . +kustomize build --enable-alpha-plugins . ``` ## Output