I've just finished development on my template engine, Squirrelly. I have the current version stored in a GitHub repo at https://github.com/squirrellyjs/squirrelly and the new version at https://github.com/squirrellyjs/squirrelly-next.
My question has to do with finally publishing on NPM. Initially I had planned to publish at squirrelly-next
and then merge later, but I think I've decided to just publish at squirrelly@8.0.0
.
The problem, however, is that all new development is in the squirrelly-next
repo, and I need to somehow get the code and history to the squirrelly
repo (with a branch for v7
).
I've actually just considered renaming https://github.com/squirrellyjs/squirrelly to https://github.com/squirrellyjs/squirrelly-v7 and https://github.com/squirrellyjs/squirrelly-next to https://github.com/squirrellyjs/squirrelly. Would there be any potential drawbacks to this? If so, how can I get my Git repo from squirrelly-next
to the master branch of squirrelly
?