PAIR-code/megaplot

Develop strategy for managing versions, branches and dist bundles

Open

#90 opened on Mar 14, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (3 forks)auto 404
help wanted

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently:

  • The main branch is behind.
  • dev branch is used for developing new features.
  • dev branch has incremented package number, but dist directory 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

Contributor guide