Pixture Reloaded looks very hot, but you're going through CVS tags like crazy. This is not how it's supposed to work.

With layout.css 1.9, you should still be at DRUPAL-6--1-0-BETAx.

The packaging script takes a snapshot every 12 hours and produces 6.x-1.x-dev for you — you should never create "-dev" tags yourself, because that causes confusion.

If you want to create a release (vs. the moving target of the snapshot), you increase the x in DRUPAL-6--1-0-BETAx.

Once you're ready to create a release (not beta anymore), you create DRUPAL-6--1-0, which will give you 6.x-1.0.

On-going development should continue as 1.x.

For major upgrades, such as a rewrite, or a huge step that some users may not want to follow, you create a DRUPAL-6--1 branch, so that you can continue bug fixing for 1.x in that branch, and only then do you start tagging MAIN with DRUPAL-6--2-0-BETAx and DRUPAL-6--2-0.

This is how the release system works, and you and your users will likely run into problems, if you don't follow the prescribed path.

Comments

Jeff Burnz’s picture

Yea I realise this, I made the error way back when and rode with it until now, I'll fix it up in the next couple of days as I have the main release code ready and I can put the -dev tag mistake to bed.

Jeff Burnz’s picture

Status: Active » Closed (fixed)