Skip to content

Version Packages #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2025
Merged

Version Packages #43

merged 1 commit into from
May 10, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 10, 2025

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/[email protected]

Major Changes

  • #41 295d847 Thanks @s0! - Make repo argument required,
    and remove the repository argument which was deprecated
    and previously could be used in its place.

  • #40 4117e39 Thanks @s0! - Refactor & clean up options for multiple functions

    • For commitFilesFromDirectory:
      • Rename workingDirectory to cwd for consistency across repos,
        and utils like exec
      • Make cwd a required argument
    • For commitChangesFromRepo:
      • Merge repoDirectory and addFromDirectory into a single required argument
        cwd. This folder will now both be used to filter which files are added,
        and to find the root of the repository.
      • Introduce recursivelyFindRoot option (default: true),
        to optionally search for the root of the repository,
        by checking for existence of .git directory in parent directories,
        starting from cwd.

    This effectively removes all usage of process.cwd() within the package,
    instead requiring all usage to be very explicit with specifying paths.

@github-actions github-actions bot closed this May 10, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 20f9d41 to 295d847 Compare May 10, 2025 09:30
@github-actions github-actions bot reopened this May 10, 2025
@s0 s0 self-assigned this May 10, 2025
@github-actions github-actions bot closed this May 10, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 95ee0b4 to d1d2bc4 Compare May 10, 2025 09:34
@github-actions github-actions bot reopened this May 10, 2025
@s0 s0 closed this May 10, 2025
@s0 s0 reopened this May 10, 2025
@s0 s0 enabled auto-merge (squash) May 10, 2025 09:35
@s0 s0 merged commit 3d63783 into main May 10, 2025
4 checks passed
@s0 s0 deleted the changeset-release/main branch May 10, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant