Skip to content

Commit d1546d9

Browse files
author
Eugene Cheung
authored
chore: remove monocdk branch workflows [skip ci] (#162)
Followup to #158. Since the workflow's getting executed on the `main` branch, I opted to simply remove the workflows. This should stop the weekly updates to the unsupported monocdk version. If for some reason they're needed again, we can revert this change. --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
1 parent 9ef584f commit d1546d9

File tree

8 files changed

+0
-349
lines changed

8 files changed

+0
-349
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release-monocdk.yml

Lines changed: 0 additions & 221 deletions
This file was deleted.

.github/workflows/upgrade-monocdk.yml

Lines changed: 0 additions & 91 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/files.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 0 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
1212

1313
defaultReleaseBranch: "main",
1414
majorVersion: 1,
15-
releaseBranches: {
16-
monocdk: {
17-
majorVersion: 0,
18-
},
19-
},
2015
stability: "experimental",
2116

2217
cdkVersion: CDK_VERSION,

0 commit comments

Comments
 (0)