How are we moving updates from dev into main without messing up the main in the process?
#8
Closed
Zach-Attach
started this conversation in
General
Replies: 2 comments 5 replies
|
Hi @Zach-Attach, thanks for bringing this up and starting off the discussions! Your last commits to the Going forward, the workflow would look like:
|
5 replies
|
the new Please feel to reopen if not @Zach-Attach |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wasn't sure if this was a question to ask over email or here, but I'd thought I'd kick things off in the discussion by actually using it.
I noticed that the
maincode and thedevcode work differently, given thatmainis for the pip package. How do you move the updates fromdevintomainwithout messing everything up? Such as how thesetup.pyis only inmainandrequirements.txtis only indev, etc.All reactions