Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@changesets/git@2.0.0
Major Changes
#1029
598136a
Thanks @Andarist! -getCommitsThatAddFiles
accepts an options object argument now where you can usecwd
option.#1029
598136a
Thanks @Andarist! -getCurrentCommitId
andgetCommitsThatAddFiles
return full commit hashes now instead of short ones. You can get short ones by using theshort: true
option.#1029
598136a
Thanks @Andarist! - Previously deprecatedgetCommitThatAddsFile
has been removed whilegetCommitsThatAddFiles
is still available.Minor Changes
521205d
Thanks @Andarist! -getChangedPackagesSinceRef
accepts now a newchangedFilePatterns
option. It can be used to determine which packages should be classified as changed. You can pass an array of glob patterns to it.Patch Changes
521205d
]:@changesets/cli@2.26.0
Minor Changes
#1033
521205d
Thanks @Andarist! - A new config-levelchangedFilePatterns
option has been added. You can configure it with an array of glob patterns like here:Files that do not match the configured pattern won't contribute to the "changed" status of the package to which they belong. This both affects
changesets add
andchangeset status
.Patch Changes
598136a
,521205d
,521205d
,598136a
,598136a
,521205d
]:@changesets/config@2.3.0
Minor Changes
521205d
Thanks @Andarist! - Support and validation for the newchangedFilePatterns
option has been added.Patch Changes
521205d
]:@changesets/apply-release-plan@6.1.3
Patch Changes
598136a
,521205d
,521205d
,598136a
,598136a
,521205d
]:@changesets/assemble-release-plan@5.2.3
Patch Changes
521205d
]:@changesets/changelog-git@0.1.14
Patch Changes
521205d
]:@changesets/changelog-github@0.4.8
Patch Changes
521205d
,b360d50
]:@changesets/get-dependents-graph@1.3.5
Patch Changes
521205d
]:@changesets/get-github-info@0.5.2
Patch Changes
b360d50
Thanks @Kikobeats! - Improved the error message for a missingGITHUB_TOKEN
to include the information about the required permissions.@changesets/get-release-plan@3.0.16
Patch Changes
521205d
,521205d
]:get-workspaces@1.0.10
Patch Changes
521205d
]:@changesets/parse@0.3.16
Patch Changes
521205d
]:@changesets/pre@1.0.14
Patch Changes
521205d
]:@changesets/read@0.5.9
Patch Changes
598136a
,521205d
,598136a
,598136a
,521205d
]:@changesets/release-utils@0.1.12
Patch Changes
521205d
]:@changesets/types@5.2.1
Patch Changes
521205d
Thanks @Andarist! - AddedchangedFilePatterns
property toConfig
andWrittenConfig
types.@changesets/write@0.2.3
Patch Changes
521205d
]: