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

Grunt package #6702

Closed
wants to merge 3 commits into from
Closed

Grunt package #6702

wants to merge 3 commits into from

Conversation

ingo
Copy link
Contributor

@ingo ingo commented Mar 10, 2015

This is meant to solve what was discussed in #6699. We make it easier to bump versions in titanium_mobile.

To use and test:

  1. Bump to next patch: grunt bump:patch (should go to X.Y.Z + 1)
  2. Bump to next minor: grunt bump:minor (should go to X.Y + 1.Z)
  3. Bump to next major: grunt bump:major (should go to X + 1.Y.Z)

Note that we use grunt-version here over grunt-bump because we need to bump package.json and titanium_version. However, we use the grunt-bump syntax as I believe it is the better long-term plugin and there is a discussion to fix this here: vojtajina/grunt-bump#131

See https://jira.appcelerator.org/browse/TIMOB-18662 as well.

@jonalter
Copy link
Contributor

Looks good!

@ingo
Copy link
Contributor Author

ingo commented Mar 10, 2015

@jonalter feel free to merge unless you have objections :)

@jhaynie
Copy link
Contributor

jhaynie commented Mar 13, 2015

yeah

@hansemannn
Copy link
Collaborator

Hi @ingo, do you still want this change in? We should update it to work with master and latest node deps before. Thanks!

@hansemannn hansemannn closed this Oct 4, 2016
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

4 participants