Releases: GauBen/chachalog
Releases · GauBen/chachalog
chachalog @ v0.4.4
- Republish with provenance.
chachalog @ v0.4.3
- Bump all dependencies. (#47)
@chachalog/create @ v0.0.11
- Refine GitHub workflow permissions.
@chachalog/create @ v0.0.10
chachalog @ v0.4.2
-
Added new
chachalog apply-next-versionsto make nightlies easier to implement. -
yarn()accepts a custom mutation function, used during bumps:updateWorkspace.
@chachalog/create @ v0.0.9
- Improved onboarding, removed npm token.
chachalog @ v0.4.1
This release is the first release to include user-requested features!
(this text was set in .chachalog/intro.md)
-
New command
chachalog delete-pr-commentto remove Chachalog comment created bycomment-pr. -
Introducing a new, special changelog entry:
intro.md. (#41)If an
intro.mdfile exists, it will be used to introduce the upcoming release of all packages to be released:<!-- intro.md --> # foo This major release...
This line will be inserted in the
CHANGELOG.mdfile forfoo:<!-- foo/CHANGELOG.md --> # foo Changelog ## 2.0.0 This major release... (rest of the changelog)
See #31 for the original feature request.
chachalog @ v0.4.0
-
Removed
--skip-commitCLI flag. (#38) -
releaseBranchandreleaseMessageoptions moved from root level togithub(). (#38)export default defineConfig(() => ({ allowedBumps: ["patch", "minor", "major"], - releaseMessage: "chore: release", platform: github({ + releaseMessage: "chore: release" }), managers: yarn() }));
@chachalog/create @ v0.0.8
- Create workflows with Chachalog @0.4.
chachalog @ v0.3.16
- Reference the head repo rather than the base repo in PR comment.