facebook/TestSlide

Automate release process

Open

#1 opened on Oct 3, 2018

 (1 comment) (0 reactions) (1 assignee)Python (58 forks)auto 404
Buildenhancementhelp wanted

Repository metrics

Stars
 (147 stars)
PR merge metrics
 (PR metrics pending)

Description

This is mostly manual as described at RELEASE.md. We need to:

  • Using semantic versioning, be able to do major, minor and patch releases, calculating the new version based on the previous.
  • Unify version at setup.py and docs/conf.py.
  • Ensure Travis CI build is OK for new release.
  • Ensure readthedocs.org build is OK for each release.

Contributor guide