You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#636b072bcc Thanks @bluwy! - Add a new @changesets/action/pr-comment sub-action to comment on PRs
#6258795eee Thanks @bluwy! - Add a new @changesets/action/pr-status sub-action to generate the changeset status comment for PRs as an alternative to the Changesets Bot.
Patch Changes
#53534f64f6 Thanks @Andarist! - Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published to the registry.
#6321d54b9e Thanks @bluwy! - Simplify internal implementation to get changelog entries for a package version
#629e0c90aa Thanks @bluwy! - Fix custom version and publish command argument parsing
#645f9585d9 Thanks @Andarist! - Improved force-push handling when using commitMode: "github-api" so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. This should remove a possibility of a GitHub state race that caused the force-pushed PRs not being reopened.
#636b072bcc Thanks @bluwy! - Add a new @changesets/action/pr-comment sub-action to comment on PRs
#6258795eee Thanks @bluwy! - Add a new @changesets/action/pr-status sub-action to generate the changeset status comment for PRs as an alternative to the Changesets Bot.
Patch Changes
#53534f64f6 Thanks @Andarist! - Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published to the registry.
#6321d54b9e Thanks @bluwy! - Simplify internal implementation to get changelog entries for a package version
#629e0c90aa Thanks @bluwy! - Fix custom version and publish command argument parsing
#645f9585d9 Thanks @Andarist! - Improved force-push handling when using commitMode: "github-api" so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. This should remove a possibility of a GitHub state race that caused the force-pushed PRs not being reopened.
1.8.0
Minor Changes
#258f5dbf72 Thanks @tom-sherman! - Support draft version PR modes with a new prDraft input. Use create to create new version PRs as drafts, or always to also convert existing version PRs back to draft when updating them.
Patch Changes
#5026002dbd Thanks @oshytiko! - Fixed initial .changeset state being picked up, when cwd parameter is provided
#53681b3f61 Thanks @radnan! - Fixed .changeset state being picked for the version command when cwd parameter is provided
1.7.0
Minor Changes
#564935fe87 Thanks @Andarist! - Automatically use the GitHub-provided token to allow most users to avoid explicit GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration.
Patch Changes
#54554220dd Thanks @ryanbas21! - The .npmrc generation now intelligently handles both traditional NPM token authentication and trusted publishing scenarios by only appending the auth token when NPM_TOKEN is defined. This prevents 'undefined' from being written to the registry configuration when using OIDC tokens from GitHub Actions trusted publishing.
#5636af4a7e Thanks @Andarist! - Don't error on already committed symlinks and executables that stay untouched
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.88%. Comparing base (65d23cb) to head (622413c). ⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code
1 participant
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.Suggestion cannot be applied right now. Please check back later.
Bumps changesets/action from 1.8.0 to 1.9.0.
Release notes
Sourced from changesets/action's releases.
Changelog
Sourced from changesets/action's changelog.
... (truncated)
Commits
a45c4d5v1.9.0b459b1eVersion Packages (#637)f9585d9Update@changesets/ghcommit(#645)020e8ccUse internal bot for versioning (#643)b072bccAdd simple PR comment sub-action (#636)8795eeeComment changeset status in PRs (#625)34f64f6Fixed an issue with GitHub releases not being created for successfully publis...1d54b9eSimplify getChangelogEntry (#632)031358fUpdate to typescript v6 (#633)a0c05f7Bump@changesets/changelog-githubfrom 0.5.2 to 0.7.0 (#620)