Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bump version task for replacing the DEPLOY_VERSION placeholder #31

Merged
merged 1 commit into from Jan 16, 2017

Conversation

yvesh
Copy link
Contributor

@yvesh yvesh commented Jan 14, 2017

Added a new Robo Task for replacing __DEPLOY_VERSION__ in the extensions source code.

Testing Instructions

Apply the patch to the weblinks JoRobo version.

And modify the since tag of an PHP file in the source to:

@since __DEPLOY_VERSION__

After this run:

vendor/bin/robo bump

from your cli

Check that __DEPLOY_VERSION__ has been replaced by the version set in the jorobo.ini (3.6.0-beta currently).

screenshot 2017-01-14 11 17 23

Ping @chrisdavenport here

@@ -69,11 +69,6 @@ public function __construct($params = array())
$this->loadConfiguration($params);
$this->determineOperatingSystem();
$this->determineSourceFolder();

// Registers the application to run Robo commands
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I sent a fix for this in #30 since it needs to be set before the configuration. I'll fix that PR to get it merged asap.

@jatitoam
Copy link
Contributor

Great one @yvesh thanks :)

@jatitoam jatitoam merged commit c05b916 into joomla-projects:develop Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants