You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ A small library for [AWS Lambda](https://aws.amazon.com/lambda/details) providin
21
21
* S3
22
22
* Compatibility with Typescript >= 3.5
23
23
24
+
24
25
## Installation
25
26
26
27
Install via npm
@@ -366,6 +367,13 @@ The best is to work with ```yarn link```
366
367
367
368
See here: https://yarnpkg.com/en/docs/cli/link
368
369
370
+
## Releasing
371
+
372
+
It's simple.
373
+
374
+
Increase version in **package.json** (using [semantic version syntax](https://semver.org/)). After than create an new tag in github (with description, can be the same as of the release history below) with the same version (like v0.98.9). Our build pipeline at [Travis CI](https://travis-ci.org/spring-media/aws-lambda-router) will be started and release an new version at [NPM Repository](https://www.npmjs.com/package/aws-lambda-router).
375
+
376
+
Thats all.
369
377
370
378
## Release History
371
379
* 0.8.2
@@ -374,6 +382,7 @@ See here: https://yarnpkg.com/en/docs/cli/link
374
382
* fix: changed ProxyIntegrationEvent body type to be generic but defaults to unknown
375
383
* fix: changed @types/aws-lambda from devDependency to dependency
376
384
* **breaking**: error response objects (thrown or rejected) now need to set `statusCode` instead of `status` (consistent with response)
0 commit comments