Skip to content

Commit

Permalink
Merge pull request #35 from libertymutual/release/v2.0.2-new-ci-cd
Browse files Browse the repository at this point in the history
Release/v2.0.2 new ci cd
  • Loading branch information
arsena authored Apr 5, 2021
2 parents 8177fc7 + ee6b38f commit 460f762
Show file tree
Hide file tree
Showing 6 changed files with 3,992 additions and 3,782 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:

strategy:
matrix:
# TODO 15.x not working 2021-04-05
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 15.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
### Create a chatpickle configuration json and chatpickle folder
The following sample project, [examples/parentProject](https://github.com/libertymutual/chatpickle/tree/master/examples/parentProject), is designed to be pointed at the OrderFlowersBot as provided by AWS as a blueprint.

You need a [chatpickle.config.json](https://github.com/libertymutual/chatpickle/tree/master/examples/parentProject/chatpickle.config.json) in the root of your node.js project and it should be formatted like the example provide.
You need a [chatpickle.config.json](https://github.com/libertymutual/chatpickle/tree/master/examples/parentProject/chatpickle.config.json) in the root of your node.js project and it should be formatted like the example provided.

You also need a [chatpickle/](https://github.com/libertymutual/chatpickle/tree/master/examples/parentProject/chatpickle) folder in the root of your project. This is where you will put your gherkin feature files which can leverage the extended chatpickle syntax.

Expand Down
13 changes: 11 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
# Release Notes
# Chatpickle Release Notes

## v2.0.2
Github Workflows for CI/CD
* Two new automation workflows:
* Build and Test
* Publish to NPM when release is created

## v2.0.1
Minor changes to URLs that can also appear in npmjs.com
* Cleanup elements that can be viewed from the npmjs chatpickle page

## v2.0.0
* Initial public NPM release
Initial public NPM release
* To install use `npm install chatpickle --save-dev`

## v1.1.0
More Examples
* schedule-appintment-bot.feature example

## v1.0.0
Pattern for Cucumber
* The original conversational step examples for Cucumber
* order-flowers-bot.feature example
Loading

0 comments on commit 460f762

Please sign in to comment.