Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbohal committed Jul 23, 2020
1 parent 046e9de commit 3f5aace
Show file tree
Hide file tree
Showing 10 changed files with 581 additions and 464 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ In both cases include migration path in issue's description (and later in releas

1. Update version number in `package.json`
2. `$ grunt dist`
3. `$ git commit -m "Bump version"`
3. `$ git checkout -b release-version-<VERSION_ID>`
3. `$ git commit -am "Bump version"`
4. `$ git tag <SEMANTIC_VERSION_NUMBER>`
5. `$ git push --follow-tags`
6. Add the version with change log to [GitHub Releases page](https://github.com/visionappscz/bootstrap-ui/releases)
Expand Down
Loading

0 comments on commit 3f5aace

Please sign in to comment.