Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Auto-publish to npm in CI #3

Open
1 of 2 tasks
abihf opened this issue Apr 23, 2018 · 1 comment
Open
1 of 2 tasks

Auto-publish to npm in CI #3

abihf opened this issue Apr 23, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@abihf
Copy link

abihf commented Apr 23, 2018

  • Automatically build and test pull request and master branch
  • Automatically deploy to NPM via git tag?
@abihf abihf added enhancement New feature or request help wanted Extra attention is needed labels Apr 23, 2018
@raibima
Copy link
Contributor

raibima commented Apr 23, 2018

there's travis already, we can modify the config file to do automatic deployment

raibima added a commit that referenced this issue May 29, 2018
* Bump rollup-plugin-babel from 3.0.3 to 3.0.4 (#3)

Bumps [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/rollup/rollup-plugin-babel/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-babel/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup-plugin-babel@v3.0.3...v3.0.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump rollup from 0.58.1 to 0.59.3 (#4)

Bumps [rollup](https://github.com/rollup/rollup) from 0.58.1 to 0.59.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v0.58.1...v0.59.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dom-testing-library from 1.7.1 to 2.3.2 (#5)

Bumps [dom-testing-library](https://github.com/kentcdodds/dom-testing-library) from 1.7.1 to 2.3.2.
- [Release notes](https://github.com/kentcdodds/dom-testing-library/releases)
- [Changelog](https://github.com/kentcdodds/dom-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v1.7.1...v2.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump react-dom from 16.3.2 to 16.4.0 (#1)

Bumps [react-dom](https://github.com/facebook/react) from 16.3.2 to 16.4.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](facebook/react@v16.3.2...v16.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump babel-preset-env from 1.6.1 to 1.7.0 (#2)

Bumps [babel-preset-env](https://github.com/babel/babel) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Commits](https://github.com/babel/babel/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jest from 22.4.3 to 23.0.1 (#10)

Bumps [jest](https://github.com/facebook/jest) from 22.4.3 to 23.0.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v23.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump react from 16.3.2 to 16.4.0 (#9)

Bumps [react](https://github.com/facebook/react) from 16.3.2 to 16.4.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](facebook/react@v16.3.2...v16.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump babel-jest from 22.4.3 to 23.0.1 (#8)

Bumps [babel-jest](https://github.com/facebook/jest) from 22.4.3 to 23.0.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v23.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump babel-core from 6.26.0 to 6.26.3 (#6)

Bumps [babel-core](https://github.com/babel/babel) from 6.26.0 to 6.26.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v6.26.0...v6.26.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump rollup from 0.59.3 to 0.59.4 (#12)

Bumps [rollup](https://github.com/rollup/rollup) from 0.59.3 to 0.59.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v0.59.3...v0.59.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump flow-bin from 0.70.0 to 0.73.0 (#7)

Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.70.0 to 0.73.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](flow/flow-bin@v0.70.0...v0.73.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump react-testing-library from 2.2.0 to 3.1.3 (#11)

Bumps [react-testing-library](https://github.com/kentcdodds/react-testing-library) from 2.2.0 to 3.1.3.
- [Release notes](https://github.com/kentcdodds/react-testing-library/releases)
- [Changelog](https://github.com/kentcdodds/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v2.2.0...v3.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
raibima pushed a commit that referenced this issue Jun 3, 2018
@raibima raibima changed the title Add CircleCI or TravisCI config Auto-publish to npm in CI Aug 13, 2018
@raibima raibima mentioned this issue Aug 13, 2018
9 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants