Skip to content

Releases: GauBen/chachalog

chachalog @ v0.4.4

15 Dec 10:25
defbf06

Choose a tag to compare

  • Republish with provenance.

chachalog @ v0.4.3

15 Dec 09:50
aaaba9a

Choose a tag to compare

  • Bump all dependencies. (#47)

@chachalog/create @ v0.0.11

15 Dec 10:25
defbf06

Choose a tag to compare

  • Refine GitHub workflow permissions.

@chachalog/create @ v0.0.10

15 Dec 09:50
aaaba9a

Choose a tag to compare

  • Bump all dependencies. (#47)

  • Improve GitHub workflow files. (#49)

chachalog @ v0.4.2

15 Oct 12:20
7f99e71

Choose a tag to compare

  • Added new chachalog apply-next-versions to make nightlies easier to implement.

  • yarn() accepts a custom mutation function, used during bumps: updateWorkspace.

@chachalog/create @ v0.0.9

15 Oct 12:47
0e35d76

Choose a tag to compare

  • Improved onboarding, removed npm token.

chachalog @ v0.4.1

22 Jun 11:19
c2c9cd8

Choose a tag to compare

This release is the first release to include user-requested features!

(this text was set in .chachalog/intro.md)

  • New command chachalog delete-pr-comment to remove Chachalog comment created by comment-pr.

  • Introducing a new, special changelog entry: intro.md. (#41)

    If an intro.md file 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.md file for foo:

    <!-- 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

20 Jun 21:53
b923c38

Choose a tag to compare

  • Removed --skip-commit CLI flag. (#38)

  • releaseBranch and releaseMessage options moved from root level to github(). (#38)

     export default defineConfig(() => ({
       allowedBumps: ["patch", "minor", "major"],
    -  releaseMessage: "chore: release",
       platform: github({
    +    releaseMessage: "chore: release"
       }),
       managers: yarn()
     }));

@chachalog/create @ v0.0.8

20 Jun 21:53
b923c38

Choose a tag to compare

  • Create workflows with Chachalog @0.4.

chachalog @ v0.3.16

17 Jun 19:22
a71196a

Choose a tag to compare

  • Reference the head repo rather than the base repo in PR comment.