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 support for releasing specific version #108

Closed
wants to merge 1 commit into from
Closed

added support for releasing specific version #108

wants to merge 1 commit into from

Conversation

shahata
Copy link
Contributor

@shahata shahata commented Feb 18, 2015

now it is possible to grunt release:1.2.3 in case you already know the version number that you would like to publish. unit test infrastructure needed to be enhanced in order to test this properly.

now it is possible to `grunt release:1.2.3` in case you already know the version number that you would like to publish. unit test infrastructure needed to be enhanced in order to test this properly.
grunt.registerMultiTask('releaseTest', function(){
var args = (this.data.args || []).join(':');
grunt.config.set('release', {});
grunt.config.merge({release: grunt.config.data[this.name]});
Copy link
Collaborator

Choose a reason for hiding this comment

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

Great merge.

@drublic
Copy link
Collaborator

drublic commented Feb 22, 2015

Wow. Such good work. Thanks so much. :)

@shahata
Copy link
Contributor Author

shahata commented Feb 22, 2015

Thanks, I'm glad you like it :)
When do you think this can be merged?

@shahata
Copy link
Contributor Author

shahata commented Mar 19, 2015

@drublic any news about this?

@drublic drublic closed this in d2dfd36 Mar 22, 2015
@drublic
Copy link
Collaborator

drublic commented Mar 22, 2015

Sorry for the delay. This is now part of master and will be released with the new version.
Thanks again for your work.

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.

2 participants