Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
bcfdeacf95 chore(master): release 0.6.47 (#104)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-13 01:30:35 +01:00
2f0babae99 fix(bootstrap): remove --no-upgrade option from brew bundle
It can easily lead to issues where certain packages are not compatible
due to an older version already being installed. Hence we instead prefer
to just update all deps to the latest version
2024-05-13 01:28:04 +01:00
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.6.46"
".": "0.6.47"
}

View File

@@ -1,5 +1,12 @@
# Changelog
## [0.6.47](https://github.com/jimeh/build-emacs-for-macos/compare/v0.6.46...v0.6.47) (2024-05-13)
### Bug Fixes
* **bootstrap:** remove --no-upgrade option from brew bundle ([2f0baba](https://github.com/jimeh/build-emacs-for-macos/commit/2f0babae990f908d706f5f60dc4a11573918c23d))
## [0.6.46](https://github.com/jimeh/build-emacs-for-macos/compare/v0.6.45...v0.6.46) (2024-04-03)

View File

@@ -51,7 +51,7 @@ bootstrap-ruby:
bundle install
bootstrap-brew:
brew bundle --verbose --no-upgrade
brew bundle --verbose
bootstrap-pip:
$(PIP) install -r requirements-ci.txt