Skip to content

Commit faec686

Browse files
committed
hack it
1 parent 4a820df commit faec686

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release-k8s.27.yml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const K8S_VERSION = `1.${SPEC_VERSION}.0`;
1111
const LATEST_SUPPORTED_K8S_VERSION = Number(SPEC_VERSION);
1212

1313
const project = new Cdk8sTeamJsiiProject({
14-
name: `@cedarai/cdk8s-plus-${SPEC_VERSION}`,
14+
name: `cdk8s-plus-${SPEC_VERSION}`,
1515
description: `cdk8s+ is a software development framework that provides high level abstractions for authoring Kubernetes applications. cdk8s-plus-${SPEC_VERSION} synthesizes Kubernetes manifests for Kubernetes ${K8S_VERSION}`,
1616
projenrcTs: true,
1717
repoName: 'cdk8s-plus',

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)