Skip to content

Commit

Permalink
chore: revert to continuous projen releases (#20)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
echeung-amzn authored Feb 25, 2022
1 parent 6c69367 commit 6c60073
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitattributes

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

197 changes: 197 additions & 0 deletions .github/workflows/release.yml

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

1 change: 1 addition & 0 deletions .gitignore

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

1 change: 1 addition & 0 deletions .projen/files.json

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

24 changes: 0 additions & 24 deletions .projen/tasks.json

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

3 changes: 1 addition & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { awscdk, DependencyType, release } = require("projen");
const { awscdk, DependencyType } = require("projen");

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

cdkVersion: CDK_VERSION,
cdkVersionPinning: true,
Expand Down
1 change: 0 additions & 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 6c60073

Please sign in to comment.