Skip to content

Commit c84806f

Browse files
committed
Merge remote-tracking branch 'core/main' into add-carauctionbids-example
2 parents a1317de + b46544e commit c84806f

16 files changed

+2904
-1133
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Serverless Workflow Typescript SDK Maintainers
22

3-
* [Tihomir Surdilovic](https://github.com/tsurdilo)
43
* [Antonio Mendoza Pérez](https://github.com/antmendoza)
4+
* [Tihomir Surdilovic](https://github.com/tsurdilo)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Node CI](https://github.com/serverlessworkflow/sdk-typescript/workflows/Node%20CI/badge.svg)
2+
13
# Serverless Workflow Specification - Typescript SDK
24

35
Provides the Typescript API/SPI for the [Serverless Workflow Specification](https://github.com/serverlessworkflow/specification)

maintainer_guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here are a few tips for repository maintainers.
1616

1717
## Branch Management
1818

19-
The `main` branch is is the bleeding edge. New major versions of the module
19+
The `main` branch is the bleeding edge. New major versions of the module
2020
are cut from this branch and tagged. If you intend to submit a pull request
2121
you should use `main HEAD` as your starting point.
2222

@@ -26,4 +26,4 @@ release commit, and a new branch `release-1.y.z` for subsequent minor and patch
2626
level releases of that major version if necessary. However, development will continue
2727
apace on `main` for the next major version - e.g. 2.0.0. Version branches
2828
are only created for each major version. Minor and patch level releases
29-
are simply tagged.
29+
are simply tagged.

0 commit comments

Comments
 (0)