By Anonymous (not verified) on
Hi,
I'm new to creating contributed module on Drupal.org. I have published a Drupal 7 module https://www.drupal.org/project/nodeauthorblock. Now I would like to create version 8 release of it with my current Drupal 7 repository. How can I do that? Thank you.
Comments
Add a branch for 8
You may also start using semver, call the branch 4.x, add your d8 version and tag 4.0.0.
Decide on your development strategy and start with 4.0.0-alpha, followed by 4.0.0-RC, followed by 4.0.0.
Thank mmjvb, I found the
Thank mmjvb, I found the solution. All I need to do is create a new empty branch and make it --orphan so that I can provide new code for version 8.