Skip to content

Commit

Permalink
chore: add v2 release branch (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwinner authored Jan 8, 2022
1 parent 7481982 commit 376a51a
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes

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

134 changes: 134 additions & 0 deletions .github/workflows/release-feat/cdk-v2-upgrade.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.

29 changes: 28 additions & 1 deletion .projen/tasks.json

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

10 changes: 10 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ const project = new awscdk.AwsCdkConstructLibrary({
'amplify',
],

// Until we merge v2 into main
majorVersion: 1,
releaseBranches: {
'feat/cdk-v2-upgrade': {
majorVersion: 2,
npmDistTag: 'next',
prerelease: 'alpha',
},
},

codeCov: true,
githubOptions: {
mergify: false,
Expand Down
1 change: 1 addition & 0 deletions package.json

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

0 comments on commit 376a51a

Please sign in to comment.