From 0621f637b8bfc97d3d13e813bfe8a8e275cadc32 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 11 May 2020 14:09:43 +0200 Subject: [PATCH 1/2] Travis npm publishing --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index e7eb61c..40d13d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,11 @@ script: notifications: email: false + +deploy: + - provider: npm + email: 'devops@oceanprotocol.com' + api_key: ${NPM_TOKEN} + skip_cleanup: true + on: + tags: true From e96f1d8de85326e00d3d161f63ba576b25002323 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 11 May 2020 14:10:30 +0200 Subject: [PATCH 2/2] generate initial changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cfae482 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 0.0.1 + +> 11 May 2020