Skip to content

Commit

Permalink
new cli commands added for calver.
Browse files Browse the repository at this point in the history
fixed next version validation failures for calver.
  • Loading branch information
muratgozel committed Aug 3, 2022
1 parent 2025766 commit 415a4c8
Show file tree
Hide file tree
Showing 5 changed files with 2,168 additions and 296 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ releaser <cmd> [args]

Commands:
releaser calendar [calver] Updates date based on the current date time.
releaser calendar.major [calver] Updates calendar and major tags.
releaser calendar.minor [calver] Updates calendar and minor tags.
releaser calendar.patch [calver] Updates calendar and patch tags.
releaser calendar.dev [calver] Updates calendar tags and adds modifier tag.
releaser calendar.alpha [calver] Updates calendar tags and adds modifier tag.
releaser calendar.beta [calver] Updates calendar tags and adds modifier tag.
Expand Down
Loading

0 comments on commit 415a4c8

Please sign in to comment.