Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit e8518b1

Browse files
authored
add release doku
1 parent 4c2330a commit e8518b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ A small library for [AWS Lambda](https://aws.amazon.com/lambda/details) providin
2121
* S3
2222
* Compatibility with Typescript >= 3.5
2323

24+
2425
## Installation
2526

2627
Install via npm
@@ -366,6 +367,13 @@ The best is to work with ```yarn link```
366367
367368
See here: https://yarnpkg.com/en/docs/cli/link
368369
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.
369377
370378
## Release History
371379
* 0.8.2
@@ -374,6 +382,7 @@ See here: https://yarnpkg.com/en/docs/cli/link
374382
* fix: changed ProxyIntegrationEvent body type to be generic but defaults to unknown
375383
* fix: changed @types/aws-lambda from devDependency to dependency
376384
* **breaking**: error response objects (thrown or rejected) now need to set `statusCode` instead of `status` (consistent with response)
385+
377386
* 0.7.1
378387
* code style cleanup
379388
* fix: hosted package on npmjs should now worked

0 commit comments

Comments
 (0)