Skip to content

Commit b0c3262

Browse files
Justinongithub-actions
andauthored
feat(infra): Initial commit [CLK-173516] (#1)
* feat(infra): Initial commit [CLK-173516] * chore(infra): Remove references to clickup [CLK-173516] * chore: self mutation Signed-off-by: github-actions <github-actions@github.com> * chore(infra): Remove unused dependency [CLK-173516] * chore(infra): Repo name change [CLK-173516] * chore: self mutation Signed-off-by: github-actions <github-actions@github.com> * chore(infra): Remove bad comments, unnused attr [CLK-173516] * chore(infra): Factor out deprecated code [CLK-173516] * chore(infra): README update and codecov badge [CLK-173516] Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 06dbda0 commit b0c3262

File tree

13 files changed

+683
-31
lines changed

13 files changed

+683
-31
lines changed

.eslintrc.json

Lines changed: 9 additions & 4 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: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

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

.projenrc.js renamed to .projenrc.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
const { clickupCdk } = require('@time-loop/clickup-projen');
1+
import { clickupCdk } from '@time-loop/clickup-projen';
22
const project = new clickupCdk.ClickUpCdkConstructLibrary({
3-
author: 'Justinon',
4-
authorAddress: 'jglommen@gmail.com',
3+
author: 'ClickUp',
4+
authorAddress: 'devops@clickup.com',
55
cdkVersion: '2.1.0',
66
defaultReleaseBranch: 'main',
77
devDeps: ['@time-loop/clickup-projen'],
8-
name: 'cdk-environments',
9-
repositoryUrl: 'https://github.com/jglommen/cdk-environments.git',
8+
name: 'cdk-named-environments',
9+
repositoryUrl: 'https://github.com/time-loop/cdk-named-environments.git',
10+
projenrcTs: true,
1011

11-
// deps: [], /* Runtime dependencies of this module. */
12+
// deps: [],
1213
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
1314
// packageName: undefined, /* The "name" in package.json. */
1415
});

0 commit comments

Comments
 (0)