Skip to content

support for generating changelogs #3

@luxass

Description

@luxass

We are going to replace Changesets with this new package. But before we can 100% replace Changesets we need to support generating changelogs.

I think it could be used in the following way:

release({
  changelog: {
  	enabled: true,
    template: "", // Optional
    // This will allow to filter commits, or do something different.
	generateChangelog: async ({ pkg, commits }) => {
    	return /* Changelog Entry */ null
  	}
  }
})

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions