How to create a release of DRUPAL_4_7 for a module?
mikhailian - March 4, 2007 - 00:16
I just made a module at http://drupal.org/project/moderation_log
AFAIU, the next thing is to make a release for this module. However, when I click "Add new release", I get only the HEAD as a CVS identifier suggestion while my module in the DRUPAL_4_7 branch in CVS.
What to do?

You need to make a CVS tag
for the release:
eg DRUPAL-4-7--1-0 (note: it's a tag not a branch)
see: http://drupal.org/node/94155 for more info.
Once you have tagged it in CVS, that tag should be available to make a release node.
--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ
Thanks a lot!
Thanks a lot!