Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Remove grunt-bump #90

Merged
merged 4 commits into from
May 18, 2015
Merged

Remove grunt-bump #90

merged 4 commits into from
May 18, 2015

Conversation

gustavohenke
Copy link
Member

@markelog, feedback please?

  • We may simplify the process by using directly npm version patch or npm version minor. I created the npm scripts because that allows to keep the same commit message style.
  • The tags will now have a v prefix, unless we set tag-version-prefix config, but that's another factor to increase complexity of the bump process.

Closes #87

2. Run a bump script via npm. This will commit and tag the changed files:
- `npm run bump` - will increase the patch version;
- `npm run bump-minor` - will increase the minor version.
3. Push changes and tags: `git push --follow-tags`
Copy link
Member

Choose a reason for hiding this comment

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

Nice, should update jscs docs too.

/cc @mikesherov

@markelog
Copy link
Member

Yey!

@gustavohenke
Copy link
Member Author

Another thing I noted is that package.json will lose its current indentation style.

@markelog
Copy link
Member

Another thing I noted is that package.json will lose its current indentation style.

Yeah, i guess there is no way around it, npm forces it, we probably should add this format for package.json to .editorconfig

Due to the change presented in de383ba, we will now use the
npm version tool to modify our version property automatically.
Because npm doesn't respect the current indentation of the
package.json file, we have to follow their rules and indent with 2 spaces
as well.
@gustavohenke
Copy link
Member Author

Are we good to merge?

@markelog
Copy link
Member

Yeah!

@gustavohenke gustavohenke merged commit 34dba9c into master May 18, 2015
@gustavohenke gustavohenke deleted the remove-grunt-bump branch May 18, 2015 17:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove grunt-bump task
2 participants