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

Remove references to dev branch in preparation for deprecation #3181

Closed
wants to merge 3 commits into from

Conversation

jdangerx
Copy link
Member

Overview

Part of #3179.

Remove references to dev branch, since we'll be using main/stable/nightly instead.

  • in git workflow docs (replaced with main)
  • in readthedocs URLs (replaced with /stable/)
  • in GHA workflows (replaced with main)
  • in gcp_pudl_etl.sh (replaced with main)
  • in datasette template (replaced with main, but maybe should point to latest or nightly?)

If the builds from #3164 pass, and the nightly branch gets updated, we will merge this as the final PR into dev and lock the dev branch. Then we'll force main to point at the tip of dev and all future development will work from there.

Testing

We need to see if the nightly builds do successfully build on main instead of dev after we do all the finagling above. We can't use a tag build to test that before we merge this PR, because a lot of the stuff we're testing is specific to main, but we can kick off a tag build immediately after we move main.

To-do list

Preview Give feedback

* in git workflow docs (replaced with main)
* in readthedocs URLs (replaced with /stable/)
* in GHA workflows (replaced with main)
* in gcp_pudl_etl.sh (replaced with main)
* in datasette template (replaced with main, but maybe should point to latest or nightly?)
@zaneselvans
Copy link
Member

We'll also need to change the dependabot and pre-commit-ci target branch from dev to main

@zaneselvans zaneselvans closed this Jan 3, 2024
@zaneselvans zaneselvans deleted the remove-dev-references branch January 3, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants