changelog icon indicating copy to clipboard operation
changelog copied to clipboard

:blue_book: semantic-release plugin to create or update a changelog file

Results 50 changelog issues
Sort by recently updated
recently updated
newest added

As developer we're using feature branches to implement story-based features. Typically we do interim commits just for sharing the code with our co-devs for the case of (un)expected absence (vacation,...

On Giltlab with can configure a "Custom issue tracker" for link `#12345` from another source than native GItlab repo issues section. But the changelog do not use this configuration for...

When attempting to run semantic-release with the --dry-run flag, the process fails with an ERR_REQUIRE_ESM error. This error indicates that an ES Module is being require()'d in a CommonJS module,...

Hi, I have a problem with URL generation from `issueId` in Azure DevOps. How is `issueId` from commit message used to generate issue and commit URL? Is there a way...

I have this kind of configuration: ``` [ "@semantic-release/commit-analyzer", { "releaseRules": [ { "scope": "test*", "release": false } ] } ], "@semantic-release/release-notes-generator", [ "@semantic-release/changelog", ], [ "@semantic-release/npm", { "npmPublish": true...

Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [xo](https://github.com/xojs/xo). These dependencies need to be updated together. Removes `got` Updates `xo` from 0.39.1 to 0.52.3 Release notes Sourced from...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 5.1.2 and updates ancestor dependency [xo](https://github.com/xojs/xo). These dependencies need to be updated together. Updates `glob-parent` from 3.1.0 to 5.1.2 Release notes Sourced from glob-parent's releases. v5.1.2 Bug...

dependencies

…on prereleases When working a lot with prereleases the changelog file can become quite bloated with the prereleases. To provide easier overview one might only want to include normal releases...

# Issue Consider this scenario: 1. In pre-release branch `alpha` a commit is merged for a feature with commit message `feat: a`. 2. Before a beta or stable release is...