Skip to content

Commit 33a7dc7

Browse files
authored
chore(projen): update releasable commits (#671)
1 parent 6a135ff commit 33a7dc7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.projen/tasks.json

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* and limitations under the License.
1212
*/
1313
import { ProjenStruct, Struct } from '@mrgrain/jsii-struct-builder';
14-
import { JsonPatch, awscdk } from 'projen';
14+
import { JsonPatch, awscdk, ReleasableCommits } from 'projen';
1515
import { DependabotScheduleInterval, VersioningStrategy } from 'projen/lib/github';
1616
import { NpmAccess } from 'projen/lib/javascript';
1717
import { buildUpgradeMainPRCustomJob } from './projenrc/github-jobs';
@@ -130,6 +130,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
130130
stability: 'experimental',
131131
sampleCode: false,
132132
stale: true,
133+
releasableCommits: ReleasableCommits.featuresAndFixes(),
133134
});
134135

135136
// Add some useful github workflows

0 commit comments

Comments
 (0)