Skip to content

Commit

Permalink
fix: Major Version Release (#220)
Browse files Browse the repository at this point in the history
* Major Version Release

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
bestickley and github-actions authored Jul 15, 2024
1 parent d06e715 commit d7b144d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

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

3 changes: 1 addition & 2 deletions .projen/tasks.json

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

18 changes: 15 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,22 @@ const project = new awscdk.AwsCdkConstructLibrary({
name: 'cdk-nextjs-standalone',
packageName: 'cdk-nextjs-standalone',
majorVersion: 4,
prerelease: 'beta',
// prerelease: 'beta',
minNodeVersion: '18.0.0',
description: 'Deploy a NextJS app to AWS using CDK. Uses standalone build and output tracing.',
keywords: ['nextjs', 'next', 'aws-cdk', 'aws', 'cdk', 'standalone', 'iac', 'infrastructure', 'cloud', 'serverless'],
description: 'Deploy a NextJS app to AWS using CDK and OpenNext.',
keywords: [
'nextjs',
'next',
'aws-cdk',
'aws',
'cdk',
'standalone',
'iac',
'infrastructure',
'cloud',
'serverless',
'open-next',
],
// tooling config
eslintOptions: {
prettier: true,
Expand Down
3 changes: 2 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 d7b144d

Please sign in to comment.