Skip to content

Commit

Permalink
fix: release branch workflow (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Sep 21, 2021
1 parent 46e5488 commit 78f5fcb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-k8s.22.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projenrc.js
Expand Up @@ -15,7 +15,7 @@ function k8sVersion() {
// so assume that we are building for the latest version, i.e. 1.22.0
console.log(
'Warning: The current branch name doesn\'t start with "k8s-XX", so we ' +
`are defaulting to built for k8s 1.${DEFAULT_K8S_VERSION}.0. If you ` +
`are defaulting to build for k8s 1.${DEFAULT_K8S_VERSION}.0. If you ` +
'did not intend for this, please rename your branch to start with "k8s-XX/", ' +
'where XX is the intended k8s version.',
);
Expand Down Expand Up @@ -61,7 +61,7 @@ const project = new JsiiProject({
majorVersion: 1,
releaseTagPrefix: `cdk8s-plus-${SPEC_VERSION}/`,
releaseWorkflowName: `release-k8s.${SPEC_VERSION}`,
defaultReleaseBranch: `k8s.${SPEC_VERSION}`,
defaultReleaseBranch: `k8s-${SPEC_VERSION}/main`,
minNodeVersion: '12.13.0',

// jsii configuration
Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78f5fcb

Please sign in to comment.