Skip to content

Commit

Permalink
Merge pull request #34 from aripalo/deprecate-v1
Browse files Browse the repository at this point in the history
feat: deprecate v1 release
  • Loading branch information
aripalo committed Aug 2, 2023
2 parents a83f4e5 + 0450c94 commit e5ad79b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 310 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

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

184 changes: 0 additions & 184 deletions .github/workflows/release-cdkv1.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/upgrade-cdkv1.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore

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

2 changes: 0 additions & 2 deletions .projen/files.json

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

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

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

4 changes: 0 additions & 4 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
// Publish configuration
defaultReleaseBranch: 'main',
majorVersion: 2, // we default release the main branch(cdkv2) with major version 2.
releaseBranches: {
// we also release the cdkv1 branch with major version 1
cdkv1: { npmDistTag: 'cdkv1', majorVersion: 1 },
},
packageManager: javascript.NodePackageManager.NPM,
npmAccess: javascript.NpmAccess.PUBLIC,
publishToPypi: {
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 e5ad79b

Please sign in to comment.