Skip to content

Commit

Permalink
Merge pull request gulpjs#1049 from willpracht/patch-2
Browse files Browse the repository at this point in the history
Wording
  • Loading branch information
contra committed Apr 28, 2015
2 parents 2db0906 + 789212f commit f9f58af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/bump-version-and-create-git-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If your project follows a semantic versioning, it may be a good idea to automatize the steps needed to do a release.
Below you have a simple recipe that bumps the project version, commits the changes to git and creates a
new task.
new tag.

``` javascript

Expand Down

0 comments on commit f9f58af

Please sign in to comment.