Releases: timotheeguerin/chronus
Releases · timotheeguerin/chronus
@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
@chronus/[email protected]
Features
- #181 Move bulk of the logic into
@chronus/github
@chronus/[email protected]
Bug Fixes
- #195 Packages in the
ignored
config should be completely ignored.
@chronus/[email protected]
No changes, version bump only.
@chronus/[email protected]
No changes, version bump only.
@chronus/[email protected]
No changes, version bump only.
@chronus/[email protected]
Features
- #163 Add a collapsible section rendering all the change descriptions in the PR
@chronus/[email protected]
Bug Fixes
- #165 Fix
--tag
not respected