Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tomoki10/cdk-mentor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: tomoki10/cdk-mentor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 15, 2025

  1. feat: add pypi publish settings

    tomoki10 committed Jan 15, 2025
    Copy the full SHA
    4aa00d7 View commit details
  2. chore: self mutation

    Signed-off-by: github-actions <github-actions@github.com>
    github-actions committed Jan 15, 2025
    Copy the full SHA
    3f8b1e3 View commit details
  3. Merge pull request #7 from tomoki10/feat/publish-pypi

    feat: Add PyPI publish settings
    tomoki10 authored Jan 15, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9218f12 View commit details
Showing with 104 additions and 2 deletions.
  1. +37 −0 .github/workflows/build.yml
  2. +42 −0 .github/workflows/release.yml
  3. +2 −0 .mergify.yml
  4. +12 −0 .projen/tasks.json
  5. +4 −1 .projenrc.ts
  6. +7 −1 package.json
37 changes: 37 additions & 0 deletions .github/workflows/build.yml

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

42 changes: 42 additions & 0 deletions .github/workflows/release.yml

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

2 changes: 2 additions & 0 deletions .mergify.yml

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

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

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

5 changes: 4 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
@@ -14,7 +14,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
license: 'MIT',

devDeps: ['@aws-cdk/assert', '@aws-cdk/lambda-layer-kubectl-v24'],

publishToPypi: {
distName: 'cdk-mentor',
module: 'cdk_montor',
},
gitignore: ['.vscode', '**/.DS_Store'],
});
project.synth();
8 changes: 7 additions & 1 deletion package.json

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