Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Implement auto-deploy to package manager #90

Closed
thinkingserious opened this issue Oct 3, 2018 · 3 comments
Closed

Implement auto-deploy to package manager #90

thinkingserious opened this issue Oct 3, 2018 · 3 comments

Comments

@thinkingserious
Copy link
Contributor

Issue Summary

When all tests on the master branch pass in Travis CI, we would like to auto-deploy the release to the package manager.

Before writing any code, we suggest you review our CONTRIBUTING.md file and propose your solution for discussion here in the comments. Thank you!

Aceptance Criteria

  • when Travis CI passes all tests on the master branch we auto-deploy to the package manager
  • the version is determined by the CHANGELOG.md
@mauricetmeyer
Copy link

@thinkingserious I would really like to look into this, later today.

@mauricetmeyer
Copy link

@thinkingserious I've never really worked with travis, but after reading the docs for a bit my solution would work like the following.

  • before_deploy: Will run a nodejs script reading CHANGELOG.md that will then call npm version to bump the version.
  • deploy: Uses the NPM Provider to publish to npm when a push to master happens.

@childish-sambino
Copy link
Contributor

Closing as we're now using internal tooling for this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants