PAIR-code/megaplot
View on GitHubDevelop strategy for managing versions, branches and dist bundles
Open
#90 opened on Mar 14, 2023
help wanted
Repository metrics
- Stars
- (21 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently:
- The
mainbranch is behind. devbranch is used for developing new features.devbranch has incremented package number, butdistdirectory does not consistently match.
We need a strategy for handling version increments as well as producing dist directory artifacts. This strategy should be documented somewhere, probably in the project README.
Especially important in concert with #5