mirror of
https://github.com/oceanprotocol/react.git
synced 2025-01-23 00:18:12 +01:00
Merge pull request #12 from oceanprotocol/feature/publish
Library publishing
This commit is contained in:
commit
1a7b390a2f
@ -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
|
||||
|
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user