Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt a dev branch workflow #67

Closed
2 of 4 tasks
nrbgt opened this issue Mar 16, 2023 · 4 comments
Closed
2 of 4 tasks

Adopt a dev branch workflow #67

nrbgt opened this issue Mar 16, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@nrbgt
Copy link
Contributor

nrbgt commented Mar 16, 2023

Elevator Pitch

Start a long-lived dev branch. Target main only with hotfixes, docs fixes, and releases. Target all other PRs on main.

Motivation

This would simplify the binder badge situation, and make it a bit easier to have up-to-date dev docs for unreleased stuff, as well as the stable releases on PyPI.

Design Ideas

  • create the long running branch
  • retarget open PRs to dev
  • update CONTRIBUTING.md and release.md to reflect the changes
  • ???
@nrbgt nrbgt added the enhancement New feature or request label Mar 16, 2023
@nrbgt nrbgt mentioned this issue Mar 16, 2023
23 tasks
@nrbgt
Copy link
Contributor Author

nrbgt commented Mar 17, 2023

An open question is what to call it:

  • dev is short, and what first came to my mind
  • develop is also common
  • latest?
  • working?
  • unreleased?

@sanbales
Copy link
Contributor

I'm particular to dev exactly because of those two reasons, but not opposed to any of these, my preferences would be:

  1. dev
  2. latest
  3. develop
  4. unreleased
  5. working

@nrbgt
Copy link
Contributor Author

nrbgt commented Mar 17, 2023

great, lets go with dev.

@nrbgt
Copy link
Contributor Author

nrbgt commented Mar 20, 2023

Fixed by #66

@nrbgt nrbgt closed this as completed Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants