Détail du package

@metamask/auto-changelog

MetaMask82.1k(MIT OR Apache-2.0)5.0.2

Utilities for validating and updating "Keep a Changelog" formatted changelogs

readme

@metamask/auto-changelog

Utilities for validating and updating \"Keep a Changelog\" formatted changelogs.

This package has a CLI (auto-changelog), and an API.

Installation

yarn add --dev @metamask/auto-changelog

or

npm install --save-dev @metamask/auto-changelog

CLI Usage

Update

Update the "Unreleased" section of the changelog

yarn run auto-changelog update

or

npm run auto-changelog update

Use Conventional Commits prefixes to auto-categorize changes

yarn run auto-changelog update --autoCategorize

Update the current release section of the changelog

yarn run auto-changelog update --rc

or

npm run auto-changelog update --rc

Update the changelog for a renamed package

This option is designed to be used for packages that live in a monorepo.

For instance, if your package is called polling-controller and was renamed to @metamask/polling-controller at version 0.2.3, and thus the Git tags followed suit:

yarn run auto-changelog update --tag-prefix-before-package-rename "polling-controller@" --version-before-package-name 0.2.3 --tag-prefix "@metamask/polling-controller@"

or

npm run auto-changelog update --tag-prefix-before-package-rename "polling-controller@" --version-before-package-name 0.2.3 --tag-prefix "@metamask/polling-controller@"

Validate

Validate the changelog simply

yarn run auto-changelog validate

or

npm run auto-changelog validate

Validate the changelog for a release candidate

yarn run auto-changelog validate --rc

or

npm run auto-changelog validate --rc

Validate the changelog with package-specific Git tags

This option is designed to be used for packages that live in a monorepo.

For instance, if your package is called @metamask/polling-controller and thus all Git tags for this package are prefixed with @metamask/polling-controller@:

yarn run auto-changelog validate --tag-prefix "@metamask/polling-controller@"

or

npm run auto-changelog validate --tag-prefix "@metamask/polling-controller@"

Validate the changelog for a renamed package

This option is designed to be used for packages that live in a monorepo.

For instance, if your package is called polling-controller and was renamed to @metamask/polling-controller at version 0.2.3, and thus the Git tags followed suit:

yarn run auto-changelog validate --tag-prefix-before-package-rename "polling-controller@" --version-before-package-name 0.2.3 --tag-prefix "@metamask/polling-controller@"

or

npm run auto-changelog validate --tag-prefix-before-package-rename "polling-controller@" --version-before-package-name 0.2.3 --tag-prefix "@metamask/polling-controller@"

Validate that each changelog entry has one or more associated pull requests

yarn run auto-changelog validate --pr-links

or

npm run auto-changelog validate --pr-links

API Usage

Each supported command is a separate named export.

updateChangelog

This command updates the changelog.

import { promises as fs } from 'fs';
import { updateChangelog } from '@metamask/auto-changelog';

const oldChangelog = await fs.readFile('CHANGELOG.md', {
  encoding: 'utf8',
});
const updatedChangelog = await updateChangelog({
  changelogContent: oldChangelog,
  currentVersion: '1.0.0',
  repoUrl: 'https://github.com/ExampleUsernameOrOrganization/ExampleRepository',
  isReleaseCandidate: false,
});
await fs.writeFile('CHANGELOG.md', updatedChangelog);

validateChangelog

This command validates the changelog.

import { promises as fs } from 'fs';
import { validateChangelog } from '@metamask/auto-changelog';

const oldChangelog = await fs.readFile('CHANGELOG.md', {
  encoding: 'utf8',
});
try {
  await validateChangelog({
    changelogContent: oldChangelog,
    currentVersion: '1.0.0',
    repoUrl:
      'https://github.com/ExampleUsernameOrOrganization/ExampleRepository',
    isReleaseCandidate: false,
    ensureValidPrLinksPresent: true,
  });
  // changelog is valid!
} catch (error) {
  // changelog is invalid
}

Contributing

Setup

  • Install Node.js version 18
    • If you are using nvm (recommended) running nvm use will automatically choose the right node version for you.
  • Install Yarn v3
  • Run yarn install to install dependencies and run any required post-install scripts

Testing and Linting

Run yarn test to run the tests once. To run tests on file changes, run yarn test:watch.

Run yarn lint to run the linter, or run yarn lint:fix to run the linter and fix any automatically fixable issues.

Release & Publishing

The project follows the same release process as the other libraries in the MetaMask organization. The GitHub Actions action-create-release-pr and action-publish-release are used to automate the release process; see those repositories for more information about how they work.

  1. Choose a release version.

    • The release version should be chosen according to SemVer. Analyze the changes to see whether they include any breaking changes, new features, or deprecations, then choose the appropriate SemVer version. See the SemVer specification for more information.
  2. If this release is backporting changes onto a previous release, then ensure there is a major version branch for that version (e.g. 1.x for a v1 backport release).

    • The major version branch should be set to the most recent release with that major version. For example, when backporting a v1.0.2 release, you'd want to ensure there was a 1.x branch that was set to the v1.0.1 tag.
  3. Trigger the workflow_dispatch event manually for the Create Release Pull Request action to create the release PR.

    • For a backport release, the base branch should be the major version branch that you ensured existed in step 2. For a normal release, the base branch should be the main branch for that repository (which should be the default value).
    • This should trigger the action-create-release-pr workflow to create the release PR.
  4. Update the changelog to move each change entry into the appropriate change category (See here for the full list of change categories, and the correct ordering), and edit them to be more easily understood by users of the package.

    • Generally any changes that don't affect consumers of the package (e.g. lockfile changes or development environment changes) are omitted. Exceptions may be made for changes that might be of interest despite not having an effect upon the published package (e.g. major test improvements, security improvements, improved documentation, etc.).
    • Try to explain each change in terms that users of the package would understand (e.g. avoid referencing internal variables/concepts).
    • Consolidate related changes into one change entry if it makes it easier to explain.
    • Run yarn auto-changelog validate --rc to check that the changelog is correctly formatted.
  5. Review and QA the release.

    • If changes are made to the base branch, the release branch will need to be updated with these changes and review/QA will need to restart again. As such, it's probably best to avoid merging other PRs into the base branch while review is underway.
  6. Squash & Merge the release.

    • This should trigger the action-publish-release workflow to tag the final release commit and publish the release on GitHub.
  7. Publish the release on npm.

    • Wait for the publish-release GitHub Action workflow to finish. This should trigger a second job (publish-npm), which will wait for a run approval by the npm publishers team.
    • Approve the publish-npm job (or ask somebody on the npm publishers team to approve it for you).
    • Once the publish-npm job has finished, check npm to verify that it has been published.

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

5.0.2

Fixed

  • Fix --autoCategorize so that commit messages with Conventional Commit prefixes are categorized correctly when the prefix contains a scope (e.g. feat(scope): ...) (#240)

5.0.1

Fixed

  • Fix CLI path (#235)

5.0.0

Added

  • JavaScript sources and TypeScript declarations are now available in both CommonJS- and ESM-compatible variants (#226)
  • Add option to changelog validation to ensure that each entry in the changelog links to one or more originating PRs (#222)
    • Pass --pr-links to the CLI, or pass ensureValidPrLinksPresent to validateChangelog to enable this behavior, ideally in your lint package script or CI workflow
  • Add an optional shouldExtractPrLinks option to parseChangelog (#222)
    • When true, this will extract pull request links from the text of each entry, identify the pull numbers, and keep them in a separate array
    • See note on Changelog.getReleaseChanges below for more

Changed

  • BREAKING: Changelog.getReleaseChanges now returns an object whose values are objects of shape { description: string; prNumbers: string[] } rather than simply string (the description) (#222)
    • This affects parseChangelog as well, since it returns an instance of Changelog
  • BREAKING: Bump minimum Node version to 18.20 (#227)
  • BREAKING: Custom subpath imports are no longer supported (#226)
    • You may now only import @metamask/auto-changelog and @metamask/auto-changelog/package.json

4.1.0

Added

  • Add --autoCategorize flag to update command (#212)
    • When populating the Unreleased section, the tool will look for Conventional Commits prefixes in commit message subjects and place matching commits in corresponding categories automatically.
    • Supported prefixes are feat (which routes to "Added") and fix (which routes to "Fixed").

4.0.0

Changed

  • BREAKING: Drop support for Node.js <18.18 (#203)
  • BREAKING: Require prettier@>=3.0.0 (#202)
    • Prettier is now a peer dependency of this package.
  • BREAKING: Enable Prettier formatting by default (#204)
    • Changelogs are now formatted with Prettier by default when using the CLI.
    • You can opt-out of this change by specifying --no-prettier.

3.4.4

Added

  • Retain tag history on update command for renamed packages with new options (#182)

    • Introduced --version-before-package-rename and --tag-prefix-before-package-rename options for update command.

3.4.3

Changed

  • Place this library under the MIT / Apache 2.0 dual license (#175)

3.4.2

Fixed

  • Remove circular dependency on @metamask/utils (#170)

3.4.1

Fixed

  • Add missing dependency @metamask/utils (#168)

3.4.0

Added

  • Retain tag history for renamed packages with new validation options (#157)

    • Introduced --version-before-package-rename and --tag-prefix-before-package-rename options for validate command.

3.3.0

Added

  • Add --prettier option for Prettier-formatted changelogs (#155)

3.2.0

Added

  • Add --fix option to validate command (#148)

3.1.0

Added

  • Allow prerelease versions in release headers (#130)

3.0.0

Added

  • Support alternate tag prefixes (#120)

Changed

  • BREAKING: Update minimum Node.js version to v14 (#117)
  • Get package version from manifest (#121)

2.6.1

Fixed

  • When fetching remote tags, order by date to account for miniscule time differences between tags created within automated tests (#113)

2.6.0

Changed

  • Read repository URL from package.json if npm_package_repository_url is not set (#111)
    • This makes this package compatible with Yarn >1.

2.5.0

Added

  • The validate --rc command now ensures there are no uncategorized changes in the current release entry (#102, #106)

2.4.0

Changed

  • Permit missing separating space in "Unreleased" link reference definition (#92)
  • Use execa to execute git commands (#94)
    • This may fix subtle bugs related to git command execution, especially in CI.

2.3.0

Added

  • More exports to index.ts (#86)
    • Specifically, the Changelog class, createEmptyChangelog, and parseChangelog.

Fixed

  • Correctly calculate the most recent git tag (#87) (#87)
    • Previously, we passed the path to the project root directory as a parameter to an invocation of git rev-list. For all repositories, this caused most tags belonging to merge commits to be excluded. For monorepos, this also caused tags belonging to commits that didn't change any files belonging to the changelog's package / workspace to be excluded.

2.2.0

Added

  • Add init command (#77)

Changed

  • Add @lavamoat/allow-scripts and setup command (#78)
  • Detect all PRs referenced in each change description, rather than just the first (#84)

Fixed

  • Fix broken validation and updating when the lowest SemVer release isn't the first chronological release (#76)
  • Fix PR number detection in existing change entries (#83)

2.1.0

Added

  • Add Changelog.getStringifiedRelease (#73)

Fixed

  • Remove trailing '.git' from default repo URL (#74)

2.0.1

Fixed

  • Prevent old build files from being published (#71)

2.0.0

Added

  • TypeScript types (#59)

Changed

  • (BREAKING) Move Pull Request links to end of change entries (#66)
  • Rename files to use snake-case (#64)
  • Validate change categories during parsing (#62)
    • This causes a validation error to be thrown earlier than previously.
  • Migrate to TypeScript (#59)

Fixed

  • Release candidate tag validation (#55)
    • The fixed check ensures that there are no existing tags for release candidates.
  • Typo in CLI error message (#65)

1.0.0

Added

  • The initial auto-changelog implementation, adapted from the original auto-changelog.js script in metamask-extension (#8). Includes the following features:
    • An update command (#26)
    • A validate command (#28)
    • Monorepo support (#41)
    • Configurable repository URL, version, and changelog file path (#33, #31, #30)