v14.0.1
Why such a quick release after v14.0.0
In Topgrade v14.0.0, we have enforced that a breaking changes notification has to be confirmed by the user when:
- This Topgrade is a major release
- The execution is the first run
This feature is good, but it won't work in the CI environment as it requires a terminal. To remedy this, I made it optional through the environment variable TOPGRADE_SKIP_BRKC_NOTIFY
, with this variable set to true
, the notification will be skipped.
What's Changed
- workflows(homebrew): replace
Homebrew/actions/bump-formulae
withHomebrew/actions/bump-packages
by @chenrui333 in #656 - chore: fix file name typo[skip ci] by @SteveLauC in #657
- docs: add doc on how to do a new release by @SteveLauC in #658
- feat: skip breaking changes notification with env var by @SteveLauC in #659
- Follow up to the follow up in #616 by @SuperSandro2000 in #660
- fix vscode extensions update step by @samhanic in #650
- Fix system updates for Nobara by @thecatcore in #661
- chore: release v14.0.1 by @SteveLauC in #662
New Contributors
- @chenrui333 made their first contribution in #656
Full Changelog: v14.0.0...v14.0.1