Skip to content

Commit

Permalink
[readme] syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Grovkillen committed Mar 18, 2020
1 parent 14314f2 commit 4a2fc26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,14 @@ Release candidates are by definition never set to the future major and/or minor
Another example

```
[grunt bump:minor] 1.1.0 is already released but we found a bug that cannot wait for next version to be resolved
[grunt bump:minor] 1.1.0 is already released but we found a bug that cannot wait for next
version to be resolved
[grunt bump:revision] 1.1.nightly.1 is created and we start fixing the bug
...
[grunt bump:revision] 1.1.nightly.5 is ready to be tested by a broader user base
[grunt bump:rc] 1.1.rc1.6 is created and after testing accepted
[grunt bump:revision] 1.1.nightly.7 (since this is the one we want to release as the patched version, so we need to remove the dev. flag)
[grunt bump:revision] 1.1.nightly.7 (since this is the one we want to release as the patched version,
so we need to remove the dev. flag)
[grunt bump:dev=false] 1.1.7 is created and released
```

Expand Down

0 comments on commit 4a2fc26

Please sign in to comment.