Détail du package

@changesets/get-github-info

changesets1.7mMIT0.6.0

Get the GitHub username and PR number from a commit. Intended for use with changesets.

readme

A tool to manage versioning and changelogs
with a focus on multi-package repositories


View changelog

The changesets workflow is designed to help when people are making changes, all the way through to publishing. It lets contributors declare how their changes should be released, then we automate updating package versions, and changelogs, and publishing new versions of packages based on the provided information.

Changesets has a focus on solving these problems for multi-package repositories, and keeps packages that rely on each other within the multi-package repository up-to-date, as well as making it easy to make changes to groups of packages.

How do we do that?

A changeset is an intent to release a set of packages at particular semver bump types with a summary of the changes made.

The @changesets/cli package allows you to write changeset files as you make changes, then combine any number of changesets into a release, that flattens the bump-types into a single release per package, handles internal dependencies in a multi-package-repository, and updates changelogs, as well as release all updated packages from a mono-repository with one command.

How do I get started?

If you just want to jump in to using changesets, the Intro to using changesets and @changesets/cli docs are where you should head.

If you want a detailed explanation of the concepts behind changesets, or to understand how you would build on top of changesets, check out our detailed-explanation.

We also have a dictionary.

Integrating with CI

While changesets can be an entirely manual process, we recommend integrating it with how your CI works.

To check that PRs contain a changeset, we recommend using the changeset bot, or if you want to fail builds on a changesets failure, run yarn changeset status in CI.

To make releasing easier, you can use this changesets github action to automate creating versioning pull requests, and optionally publishing packages.

Documentation

Cool Projects already using Changesets for versioning and changelogs

Thanks/Inspiration

  • bolt - Brought us a strong concept of how packages in a mono-repo should be able to interconnect, and provided the initial infrastructure to get inter-package information.
  • Atlassian - The original idea/sponsor of the changesets code, and where many of the ideas and processes were fermented. It was originally implemented by the team behind atlaskit.
  • lerna-semantic-release - put down many of the initial patterns around updating packages within a multi-package-repository, and started us thinking about how to manage dependent packages.
  • Thinkmill - For sponsoring the focused open sourcing of this project, and the version two rearchitecture.

changelog

@changesets/get-github-info

0.6.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

0.5.2

Patch Changes

  • #1035 b360d50 Thanks @Kikobeats! - Improved the error message for a missing GITHUB_TOKEN to include the information about the required permissions.

0.5.1

Patch Changes

  • #820 a22eb8c Thanks @Andarist! - Errors resulting from the GitHub API calls should now be properly raised.

0.5.0

Minor Changes

0.4.5

Patch Changes

0.4.4

Patch Changes

  • f24f722 #444 Thanks @Andarist! - Changed the way how requests to the GitHub API were authenticated - from a query parameter to the Authorization header. The previously used method has been deprecated by the GitHub and will stop working in 2021.

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • 938823f #224 - Show the PR author of a change rather than the author of the commit that added a changeset to account for cases when maintainers add a changeset to a PR and merge the PR with a merge commit

Patch Changes

  • 938823f #224 - Fix cases where the wrong PR is returned when a commit is associated with multiple PRs

0.3.0

Minor Changes

Patch Changes

0.2.1

Patch Changes

  • 179433e #143 Thanks @mitchellhamilton! - Change query so it works on GitHub Actions and can get the author of a commit even if there isn't an associated pull request

0.2.0

Minor Changes

  • 296a6731 - Safety bump: Towards the end of preparing changesets v2, there was a lot of chaos - this bump is to ensure every package on npm matches what is found in the repository.

0.1.5

Patch Changes

  • a15abbf9 - Previous release shipped unbuilt code - fixing that

0.1.3

Patch Changes

0.1.2

Patch Changes

  • a966701d - Add repository information to package.json

0.1.1

Patch Changes

  • e0328dc0 - Previous publish was missing dist, publish with dist.

0.1.0

Minor Changes