Releases: timotheeguerin/chronus
Releases · timotheeguerin/chronus
@chronus/[email protected]
No changes, version bump only.
@chronus/[email protected]
No changes, version bump only.
@chronus/[email protected]
@chronus/[email protected]
No changes, version bump only.
@chronus/[email protected]
No changes, version bump only.
@chronus/[email protected]
Features
- #255 Add new
--prerelease
flag tochronus version
command allowing bumping of versions for a reprelease build
@chronus/[email protected]
No changes, version bump only.
@chronus/[email protected]
No changes, version bump only.
@chronus/[email protected]
Features
- #244 Packages with prerelease version (e.g.
1.0.0-alpha.1
) will only see their prerelease version bumped regardless of the change type.
Old version | Change type | Old Logic | New Logic |
---|---|---|---|
1.0.0-alpha.1 |
major |
1.0.0 |
1.0.0-alpha.2 |
1.0.0-alpha.1 |
minor |
1.0.0 |
1.0.0-alpha.2 |
1.0.0-alpha.1 |
patch |
1.0.0 |
1.0.0-alpha.2 |
@chronus/[email protected]
Features
- #181 Add new command
get-github-comment
to generate github comment to show status