Skip to content

Commit

Permalink
chore: make releases more selective (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer authored Apr 5, 2024
1 parent 836a256 commit 20de45e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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.

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { awscdk } from "projen";
import { ReleasableCommits, awscdk } from "projen";
import { ProseWrap } from "projen/lib/javascript";

const project = new awscdk.AwsCdkConstructLibrary({
Expand All @@ -13,6 +13,7 @@ const project = new awscdk.AwsCdkConstructLibrary({

jsiiVersion: "~5.0.0",

releasableCommits: ReleasableCommits.featuresAndFixes(), // don't release "chore" commits
python: {
distName: "cdk-circleci-oidc",
module: "cdk_circleci_oidc",
Expand Down

0 comments on commit 20de45e

Please sign in to comment.