Skip to content

Commit cf5cfdf

Browse files
committed
feat!: Major version bump to 1.0.0 - Initial Stable Release
1 parent 6ea21f8 commit cf5cfdf

File tree

9 files changed

+105
-10
lines changed

9 files changed

+105
-10
lines changed

.github/workflows/build.yml

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 44 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mergify.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ const project = new awscdk.AwsCdkConstructLibrary({
77
jsiiVersion: '5.7.x',
88
defaultReleaseBranch: 'main',
99
name: '@gammarers/aws-stepfunctions-execution-status-change-notification-stack',
10+
description: 'This AWS CDK Stack retrieves the status of Step Functions via EventBridge and sends notifications accordingly. Currently, it only detects and notifies when the status of any machine is either "Failed" or "TimeOut."',
11+
majorVersion: 1,
1012
projenrcTs: true,
1113
repositoryUrl: 'https://github.com/gammarers/aws-stepfunctions-execution-status-change-notification-stack.git',
1214
deps: [
13-
'@gammarers/aws-stepfunctions-execution-status-change-detection-event-rule@^0.1.2',
15+
'@gammarers/aws-stepfunctions-execution-status-change-detection-event-rule@^1.0.0',
1416
],
15-
releaseToNpm: false, // todo:temp
17+
releaseToNpm: true,
1618
npmAccess: javascript.NpmAccess.PUBLIC,
1719
minNodeVersion: '18.0.0',
1820
workflowNodeVersion: '22.x',

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# AWS Step Functions Execution Status Change Notification Stack
2+
3+
This AWS CDK Stack retrieves the status of Step Functions via EventBridge and sends notifications accordingly. Currently, it only detects and notifies when the status of any machine is either "Failed" or "TimeOut."
4+

package.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)