I'm using features+drush for development, staging, production deployment.
It seems I must create a feature on the development site first, and use drush fu to udpate it.
But drush fu can't update the feature's version, it would be an nice UX improvement if it does.
thanks,
Comments
Comment #1
hefox commentedSo, an argument to features-update to update information in the .info?
Comment #2
rogical commenteddrush fu can update features files, so that we can publish them to remote.
it would be nice if have a drush features-update-version to do the versioning instead manually to find the file in the project and edit.
Comment #3
hefox commentedMy idea: drush features-update --info-file[version]=6.x-beta1 (not sure syntex)
so when updating a feature, could specify information to add to the info file.
Comment #4
rogical commentedThat's nice if possible!
Comment #5
longwaveThink this is a duplicate of #1272586: Increment or directly set version number with drush features-update
Comment #6
hefox commented