How are we moving updates from dev into main without messing up the main in the process?
#8
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:
|
Beta Was this translation helpful? Give feedback.
-
|
the new Please feel to reopen if not @Zach-Attach |
Beta Was this translation helpful? Give feedback.
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.Beta Was this translation helpful? Give feedback.
All reactions