Skip to content

Commit 6c60073

Browse files
author
Eugene Cheung
authored
chore: revert to continuous projen releases (#20)
The manual release process doesn't quite work as nicely as I'd hope. We'll just keep it as-is for now. We can revisit this if the releases seem too spammy (e.g., using multiple branches).
1 parent 6c69367 commit 6c60073

File tree

7 files changed

+201
-27
lines changed

7 files changed

+201
-27
lines changed

.gitattributes

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

.github/workflows/release.yml

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

.gitignore

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

.projen/files.json

Lines changed: 1 addition & 0 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 & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { awscdk, DependencyType, release } = require("projen");
1+
const { awscdk, DependencyType } = require("projen");
22

33
const CDK_VERSION = "1.123.0";
44
const CONSTRUCTS_VERSION = "3.3.69";
@@ -9,7 +9,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
99
author: "CDK Monitoring Constructs Team",
1010
authorAddress: "[email protected]",
1111
defaultReleaseBranch: "main",
12-
releaseTrigger: release.ReleaseTrigger.manual(),
1312

1413
cdkVersion: CDK_VERSION,
1514
cdkVersionPinning: true,

package.json

Lines changed: 0 additions & 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)