Skip to content

Commit

Permalink
chore: promote package to "official" by changing its name to @lumigo/…
Browse files Browse the repository at this point in the history
…cdk-constructs-v2 (#1)

* chore(build): change package name to '@lumigo/cdk-constructs-v2'
* chore(build): improve repo metadata and upgrade projen
* chore(build): use GITHUB_TOKEN instead of Projen-specific one for upgrades
  • Loading branch information
Michele Mancioppi authored Dec 7, 2022
1 parent 09be29b commit 2e1b139
Show file tree
Hide file tree
Showing 11 changed files with 1,121 additions and 1,159 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/pull-request-lint.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/upgrade-main.yml

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

5 changes: 5 additions & 0 deletions .projen/deps.json

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

6 changes: 4 additions & 2 deletions .projen/tasks.json

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

12 changes: 9 additions & 3 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
const { awscdk } = require('projen');
const project = new awscdk.AwsCdkConstructLibrary({
author: 'Michele Mancioppi',
authorAddress: '[email protected]',
author: 'Lumigo',
authorEmail: '[email protected]',
authorOrganization: true,
authorUrl: 'https://lumigo.io',
cdkVersion: '2.27.0',
defaultReleaseBranch: 'main',
name: 'lumigo-cdk-constructs',
description: 'Home to the Lumigo constructs for the AWS Cloud Development Kit (AWS CDK)', /* The description is just a string that helps people understand the purpose of the package. */
repositoryUrl: 'https://github.com/lumigo-io/lumigo-cdk-constructs.git',
bugsUrl: 'https://github.com/lumigo-io/lumigo-cdk-constructs/issues',
/* Runtime dependencies of this module. */
deps: [
'@aws-cdk/aws-lambda-python-alpha@^2.27.0-alpha.0',
Expand All @@ -15,6 +18,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
devDeps: [
'@jest/globals',
],
packageName: 'lumigo-cdk2-alpha', /* The "name" in package.json. */
packageName: '@lumigo/cdk-constructs-v2', /* The "name" in package.json. */
keywords: ['Observability', 'Serverless', 'Cloud-native', 'Infrastructure-as-code'],
majorVersion: 0,
projenTokenSecret: 'GITHUB_TOKEN',
});
project.synth();
98 changes: 49 additions & 49 deletions API.md

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

Loading

0 comments on commit 2e1b139

Please sign in to comment.