Skip to content

Commit

Permalink
new projen stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Apr 12, 2022
1 parent 2841362 commit 62cf4ad
Show file tree
Hide file tree
Showing 6 changed files with 848 additions and 855 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml

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

5 changes: 1 addition & 4 deletions .projen/deps.json

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

13 changes: 7 additions & 6 deletions .projen/tasks.json

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

28 changes: 14 additions & 14 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
const { awscdk } = require('projen');

const deps = [
'aws-cdk-lib@2.19.0',
'constructs@^10.0.0',
'aws-cdk-lib',
'constructs',
];

const project = new awscdk.AwsCdkConstructLibrary({
packageName: 'cdk-ecs-service-extensions',
packageName: '@aws-cdk-containers/ecs-service-extensions',
author: 'Amazon Web Services',
authorAddress: 'https://aws.amazon.com',
authorOrganization: true,
cdkVersionPinning: '2.19.0',
cdkVersion: '2.19.0',
cdkVersion: '2.1.0',
defaultReleaseBranch: 'main',
name: 'cdklabs/cdk-ecs-service-extensions',
repositoryUrl: 'https://github.com/cdklabs/cdk-ecs-service-extensions.git',
stability: 'experimental',
majorVersion: 2,

deps,
peerDeps: deps,
devDeps: [
'@types/jest',
'aws-cdk-lib@2.19.0',
'aws-cdk-lib',
'jest',
],

Expand All @@ -46,14 +46,14 @@ const project = new awscdk.AwsCdkConstructLibrary({
allowedUsernames: ['cdklabs-automation'],
secret: 'GITHUB_TOKEN',
},
releaseWorkflowSetupSteps: [{
name: 'Set up Docker Buildx',
id: 'buildx',
uses: 'docker/setup-buildx-action@v1',
with: {
install: true,
},
}],
// releaseWorkflowSetupSteps: [{
// name: 'Set up Docker Buildx',
// id: 'buildx',
// uses: 'docker/setup-buildx-action@v1',
// with: {
// install: true,
// },
// }],

autoApproveUpgrades: true,
});
Expand Down
6 changes: 3 additions & 3 deletions package.json

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

Loading

0 comments on commit 62cf4ad

Please sign in to comment.