Skip to content
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

topgrade 13.0.0 #151889

Merged
merged 2 commits into from
Oct 20, 2023
Merged

topgrade 13.0.0 #151889

merged 2 commits into from
Oct 20, 2023

Conversation

p-linnane
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Breaking Changes
1. In this release, Topgrade implements a new feature: [pushing git repos](https://github.com/topgrade-rs/topgrade/pull/574)
[git]
repos = []

so the repos specified in git.repos will be pulled AND pushed, if you only
want to pull repos, set them in git.pull_only_repos, for more information, see
config.example.toml.

  1. There are some configuration entries that were put under the misc section, then
    they were moved to their own section, for example:

    [misc]
    git_repos = []
    [git]
    repos = []

    Before this release, it was still allowed to specify these entries in the misc
    section as we were maintianing a compatiable layer to make it work.

    Now, this layer has been removed, our users should use the new configuration
    format.

    You won't encounter this issue unless you are using a really old configuration
    file, so technically this is not a breaking change IMHO.

What's Changed

New Contributors

Full Changelog: topgrade-rs/topgrade@v12.0.2...v13.0.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Oct 20, 2023
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 20, 2023
@BrewTestBot BrewTestBot enabled auto-merge October 20, 2023 03:36
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 20, 2023
Merged via the queue into Homebrew:master with commit c16e1cd Oct 20, 2023
12 checks passed
@p-linnane p-linnane deleted the bump-topgrade-13.0.0 branch October 20, 2023 03:54
@github-actions github-actions bot added the outdated PR was locked due to age label Nov 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants