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

Refactor branches to make more sense #5

Open
matthew-brett opened this issue May 22, 2018 · 2 comments
Open

Refactor branches to make more sense #5

matthew-brett opened this issue May 22, 2018 · 2 comments

Comments

@matthew-brett
Copy link
Contributor

I propose to refactor the branches here, to follow the scheme of @pv for scipy, that is:

  • master branch builds latest commit for scikit-image, builds on a daily cron-job, and uploads wheels to the Rackspace pre-release container
  • other branches are for releases, and upload to the Rackspace release container.

The procedure for release is to branch off master, and make any edits needed for the release. Meanwhile, master should stay working because it has been checked with the daily cron-job.

@stefanv
Copy link
Member

stefanv commented Jan 17, 2019

I'm all for this change.

@stefanv
Copy link
Member

stefanv commented Jan 18, 2019

  • Ensure master branch runs on daily cron job
  • Make sure master uploads to Rackspace pre-release container
  • Make sure release branches upload to the Rackspace release container
  • Update README to reflect this arrangement

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

No branches or pull requests

2 participants