From e5c3d68493bec3435ba0b80fe619ae7fcb7415d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Wed, 5 Sep 2018 05:53:23 +0200 Subject: [PATCH 1/5] ADDED: CHANGELOG and info about versioning. --- CHANGELOG.md | 12 ++++++++++++ README.md | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1ca465d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project is documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## Unreleased + +- Meeting CII Best Practices ["Passing" level] criteria (https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md). + +## [1.0.0] + +First public release. diff --git a/README.md b/README.md index 2e023a0..ec0b915 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ This sample uses the [Serverless Application Framework](https://serverless.com/) - **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._ - Sample CRUD implementation (in progress) - _to see it all in action_. +For updates, please check the [CHANGELOG](https://github.com/balassy/aws-lambda-typescript/blob/master/CHANGELOG.md). + ## Setup 1. **Install [Node.js](https://nodejs.org).** @@ -258,7 +260,6 @@ Contributions of all kinds are welcome, please feel free to send Pull Requests. Thanks for your help in making this project better! - ## Read more * [Serverless.yml Reference](https://serverless.com/framework/docs/providers/aws/guide/serverless.yml/) From 3e2e5cedd539e0c4f445d4a0a55fb803a16bc2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Wed, 5 Sep 2018 06:11:13 +0200 Subject: [PATCH 2/5] ADDED: Badge about CII Best Practices "Passing" criteria level to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec0b915..3e52f16 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/) [![DevDependencies](https://david-dm.org/balassy/aws-lambda-typescript/dev-status.svg)](https://david-dm.org/balassy/aws-lambda-typescript#type=dev) [![codebeat badge](https://codebeat.co/badges/cd3e0118-3d7f-4c0d-8d27-14d05df5a356)](https://codebeat.co/projects/github-com-balassy-aws-lambda-typescript-master) [![Greenkeeper badge](https://badges.greenkeeper.io/balassy/aws-lambda-typescript.svg)](https://greenkeeper.io/) +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2154/badge)](https://bestpractices.coreinfrastructure.org/projects/2154) ## Features From 7f17554cb3739fe826e9a7e7ad59d7879ec16ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Wed, 5 Sep 2018 06:16:17 +0200 Subject: [PATCH 3/5] ADDED: Feature entry to README about CII Best Practices. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e52f16..26d0745 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/) - **Dependency checks** and continuous update with [David](https://david-dm.org/), [Greenkeeper](https://greenkeeper.io/) and [Snyk](https://snyk.io)- _because the majority of your app is not your code._ - **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._ - Sample CRUD implementation (in progress) - _to see it all in action_. +- Follows Linux Foundation Core Infrastructure Initiative **[Best Practices](https://bestpractices.coreinfrastructure.org/en)** - _for the open source community._ For updates, please check the [CHANGELOG](https://github.com/balassy/aws-lambda-typescript/blob/master/CHANGELOG.md). From 7e52a55e8a8a32a0a65d65d3b7b62b7ae1f5a19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Wed, 5 Sep 2018 06:17:16 +0200 Subject: [PATCH 4/5] FIXED: CII link in CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca465d..7ec4271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased -- Meeting CII Best Practices ["Passing" level] criteria (https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md). +- Meeting CII Best Practices ["Passing" level](https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md) criteria. ## [1.0.0] From 4a7ca5922dedb372a36f7dd217cf934a07d29f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Wed, 5 Sep 2018 06:17:35 +0200 Subject: [PATCH 5/5] UPDATED: Version bumped to 1.0.1. --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec4271..a8ad1dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [1.0.1] + - Meeting CII Best Practices ["Passing" level](https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md) criteria. ## [1.0.0] diff --git a/package.json b/package.json index 40e587b..a7de644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lambda-typescript", - "version": "1.0.0", + "version": "1.0.1", "description": "A sample to create AWS Lambda functions in TypeScript with Serverless.", "main": "handler.js", "scripts": {