-
Notifications
You must be signed in to change notification settings - Fork 274
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
Release improvements #640
base: main
Are you sure you want to change the base?
Release improvements #640
Commits on Dec 2, 2024
-
Upgrade danger from 3.18.0 to 3.20.2.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5dfb03 - Browse repository at this point
Copy the full SHA e5dfb03View commit details -
Use
/bin/bash
instead ofbash
from the$PATH
to keep things con……sistent with the shebangs that are used throughout. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e421d3 - Browse repository at this point
Copy the full SHA 3e421d3View commit details -
event.json
has placeholder values, and incorrect & inconsistent ver……sion values. It only seems to be used for testing with `act`. `event.json` should either be generated or be manually created; in either case, it should reside somewhere that is ignored by git, as the only source of version info in git should be version tags. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47336b7 - Browse repository at this point
Copy the full SHA 47336b7View commit details -
mise is installed via
brew bundle
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abc9dab - Browse repository at this point
Copy the full SHA abc9dabView commit details -
clean
seems unnecessary inbootstrap
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85be608 - Browse repository at this point
Copy the full SHA 85be608View commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8778af7 - Browse repository at this point
Copy the full SHA 8778af7View commit details -
Remove seemingly unnecessary
pushd
&popd
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb8ee0e - Browse repository at this point
Copy the full SHA eb8ee0eView commit details -
Output error to stderr instead of stdout.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 004b108 - Browse repository at this point
Copy the full SHA 004b108View commit details -
Makefile: Mirror bash by using
${…}
&$(…)
for all variables & co……mmand substitutions, respectively. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92ac725 - Browse repository at this point
Copy the full SHA 92ac725View commit details -
script/bottle
: reword "better" as "newer".Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0422f4 - Browse repository at this point
Copy the full SHA d0422f4View commit details -
Upgrade Xcode dependency to 14.2.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 477925c - Browse repository at this point
Copy the full SHA 477925cView commit details -
Obtain path to tap via
brew --repo mas-cli/tap
instead of hardcodin……g it. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a643ee6 - Browse repository at this point
Copy the full SHA a643ee6View commit details -
release.yml
: remove unnecessary output.Remove commented code. Improve step name. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d0e92b - Browse repository at this point
Copy the full SHA 8d0e92bView commit details -
release.yml
: Checkpre_release
once for all ofhomebrew-core
jo……b instead of once per each step of that job. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5a0b42 - Browse repository at this point
Copy the full SHA d5a0b42View commit details -
Change YAML emoji to fix spacing issue. Move YAML lint before Git lint to keep the names getting progressively shorter. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 790c2f3 - Browse repository at this point
Copy the full SHA 790c2f3View commit details -
We shouldn't need to delete `Brewfile.lock.json` because it doesn't actually lock anything; it just records versions that were installed. If we don't delete it, new `brew bundle install` run just adds info about what was installed during its run to the existing info about previous bundle installs. By not deleting, the code can be simplified as per this commit. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6966d3 - Browse repository at this point
Copy the full SHA f6966d3View commit details -
Install tools via Homebrew instead of via mise.
Remove mise. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce511b2 - Browse repository at this point
Copy the full SHA ce511b2View commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79e280e - Browse repository at this point
Copy the full SHA 79e280eView commit details -
If a bottle & its checksum are the same for multiple versions of the …
…same OS, then a checksum is required only for the oldest OS version that shares that bottle/checksum; all later versions of the OS will use that checksum. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 410bc6b - Browse repository at this point
Copy the full SHA 410bc6bView commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a1fe1f - Browse repository at this point
Copy the full SHA 5a1fe1fView commit details -
Fix acceptable argument count. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8ac72b - Browse repository at this point
Copy the full SHA a8ac72bView commit details -
Use short/abbreviated options for consistency.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff58b8b - Browse repository at this point
Copy the full SHA ff58b8bView commit details -
Use double quotes around bash substitutions.
Use braces around bash variable uses. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b57e4e2 - Browse repository at this point
Copy the full SHA b57e4e2View commit details -
Simplify defaults for unsupplied script arguments.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8252f69 - Browse repository at this point
Copy the full SHA 8252f69View commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66ebc0f - Browse repository at this point
Copy the full SHA 66ebc0fView commit details -
cd
into root of mas project at beginning of every bash script.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87cc550 - Browse repository at this point
Copy the full SHA 87cc550View commit details -
Ensure single newline at end of every file.
Ensure no newlines at beginning of any file. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 482bad4 - Browse repository at this point
Copy the full SHA 482bad4View commit details -
Delete unnecessary bash comment.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 099bd8a - Browse repository at this point
Copy the full SHA 099bd8aView commit details -
Use bash
'…'
,$'…'
, or unquoted word instead of"…"
whenever po……ssible. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b86314e - Browse repository at this point
Copy the full SHA b86314eView commit details -
Move bash variable to left of test.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b2ea95 - Browse repository at this point
Copy the full SHA 3b2ea95View commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e2827d - Browse repository at this point
Copy the full SHA 4e2827dView commit details -
Write to stderr where appropriate.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7efdb59 - Browse repository at this point
Copy the full SHA 7efdb59View commit details -
Simplify
script/update_headers
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c416196 - Browse repository at this point
Copy the full SHA c416196View commit details -
Suppress output for
class-dump
executable check.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d393c8 - Browse repository at this point
Copy the full SHA 3d393c8View commit details -
Rename
OLD_FILENAME
asgenerated_bottle_filename
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34ffadf - Browse repository at this point
Copy the full SHA 34ffadfView commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c74f0f - Browse repository at this point
Copy the full SHA 6c74f0fView commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4be2282 - Browse repository at this point
Copy the full SHA 4be2282View commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fea71e - Browse repository at this point
Copy the full SHA 5fea71eView commit details -
Simplify & standardize script output headers & mas version handling.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7d1a55 - Browse repository at this point
Copy the full SHA d7d1a55View commit details -
Rename
script/version_bump
as `script/generate_version_info_for_swi……ft`. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0729ef - Browse repository at this point
Copy the full SHA d0729efView commit details -
Unfinished: Only bump formulae; don't generate them or store them in …
…git. Obtain version & revision from most recent version tag in the current branch, not from environment variable or argument. Do not branch or commit on release. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b9e8b6 - Browse repository at this point
Copy the full SHA 5b9e8b6View commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5684c0e - Browse repository at this point
Copy the full SHA 5684c0eView commit details -
Remove obsolete
Makefile
target.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95ba0a6 - Browse repository at this point
Copy the full SHA 95ba0a6View commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a7a1df - Browse repository at this point
Copy the full SHA 7a7a1dfView commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94a24e4 - Browse repository at this point
Copy the full SHA 94a24e4View commit details -
Cleanup
homebrew-core
release job.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e135bd - Browse repository at this point
Copy the full SHA 7e135bdView commit details -
Make
brew bump-formula-pr
usages consistent.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4253175 - Browse repository at this point
Copy the full SHA 4253175View commit details -
release.yml
: improve comments, remove unnecessary environment varia……bles, and reorder some settings. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1b637f - Browse repository at this point
Copy the full SHA f1b637fView commit details -
Remove extraneous spaces surrounding variables in GitHub workflows.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb306a6 - Browse repository at this point
Copy the full SHA cb306a6View commit details -
Remove unnecessary comments from GitHub workflows.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98eb31a - Browse repository at this point
Copy the full SHA 98eb31aView commit details -
Replace external grep dependency with bash conditional.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2b68d1 - Browse repository at this point
Copy the full SHA e2b68d1View commit details -
script/install
: fix universal executable path.Cleanup `script/install`. `Makefile`: use `${PREFIX}` for `install-universal`. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ce08fd - Browse repository at this point
Copy the full SHA 3ce08fdView commit details -
Bash scripts: Change all non-environment variable names to lowercase.
Inline variables that are only used once. Improve comments. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e0d0e4 - Browse repository at this point
Copy the full SHA 0e0d0e4View commit details -
release.yml
: replaceneeds.start.outputs.mas_version
with `github…….event.release.tag_name`. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ae7264 - Browse repository at this point
Copy the full SHA 9ae7264View commit details -
Do not indent cases in bash scripts.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62cd5ab - Browse repository at this point
Copy the full SHA 62cd5abView commit details -
`brew_core_update`: disable tracing & cleanup script. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52ad899 - Browse repository at this point
Copy the full SHA 52ad899View commit details -
Incorporate fixes from 638/release-fixes by @phatblat.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd8cca4 - Browse repository at this point
Copy the full SHA cd8cca4View commit details -
release.yml
: cleanup line length issues.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bae6446 - Browse repository at this point
Copy the full SHA bae6446View commit details -
Cleanup comments / documentation / spacing. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d22619 - Browse repository at this point
Copy the full SHA 0d22619View commit details -
release.yml
: Sanitize version tag input by using environment variable.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ced503d - Browse repository at this point
Copy the full SHA ced503dView commit details -
release.yml
: MoveRELEASE_TAG
environment variable to top level.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a62a92 - Browse repository at this point
Copy the full SHA 6a62a92View commit details -
release.yml
: Improve step names.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04baa16 - Browse repository at this point
Copy the full SHA 04baa16View commit details -
release.yml
: Changestart
job🔈 Log real release event
step if ……condition. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 138badb - Browse repository at this point
Copy the full SHA 138badbView commit details -
release.yml
: Use environment variables top prevent code injection a……ttacks / accidents. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7cff25 - Browse repository at this point
Copy the full SHA f7cff25View commit details -
release.yml
: UseDRY_RUN
top-level environment variable instead o……f an output from `start` job. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b670b45 - Browse repository at this point
Copy the full SHA b670b45View commit details -
release.yml
: Use!contains(env.RELEASE_TAG, '-')
instead of a `pr……e_release` output from `start` job. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38cf936 - Browse repository at this point
Copy the full SHA 38cf936View commit details -
release.yml
: Remove unnecessary👢 Bootstrap
step from `homebrew-c……ore` job. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c06027 - Browse repository at this point
Copy the full SHA 7c06027View commit details -
release.yml
: Changehomebrew-tap.needs
fromstart
to `pkg-insta……ller` to ensure that custom tap isn't bumped if the package installer wasn't uploaded to the GitHub release. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 702a03d - Browse repository at this point
Copy the full SHA 702a03dView commit details -
release.yml
: Combine all separate jobs into one single job to simpl……ify & speedup workflow. Move all environment variables to the top level. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b710c1e - Browse repository at this point
Copy the full SHA b710c1eView commit details -
Replace
echo
withprintf
in bash scripts.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8fdaf8 - Browse repository at this point
Copy the full SHA c8fdaf8View commit details -
Delete
script/brew_core_update
& move itshomebrew-core/mas
bump ……into `release.yml`. Run `git rev-parse …` instead of `git rev-list -n 1 …` for mas-cli/tap/mas. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6472312 - Browse repository at this point
Copy the full SHA 6472312View commit details -
Delete
Makefile
& seemingly unused bash scripts.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89bf42d - Browse repository at this point
Copy the full SHA 89bf42dView commit details -
Requires corresponding commits to `homebrew-core/mas` & `mas-cli/tap/mas` formulae. Rename `dstroot` variable as `distributions_root` in `script/package`. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfbfea8 - Browse repository at this point
Copy the full SHA bfbfea8View commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5e3d38 - Browse repository at this point
Copy the full SHA d5e3d38View commit details -
Ensure bash scripts don't use unset variables.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd4e0a8 - Browse repository at this point
Copy the full SHA bd4e0a8View commit details -
Update
actions/checkout@v4
settings:Should only release revisions that have version tags on them, so should only need a single commit. `ref:` should default to the reference for the event, which should be `github.event.release.tag_name`, so shouldn't need to explicitly set it. If any of these changes cause problems, will back them out. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d88ac12 - Browse repository at this point
Copy the full SHA d88ac12View commit details -
`script/package` calls `script/build --universal` instead of requiring the latter to be called before the former. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f49896a - Browse repository at this point
Copy the full SHA f49896aView commit details -
No longer git ignore
Sources/MasKit/Package.swift
since the `MasKit……` target has been merged into `mas` target. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e262c37 - Browse repository at this point
Copy the full SHA e262c37View commit details -
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a60884 - Browse repository at this point
Copy the full SHA 6a60884View commit details -
The
swift-format
formula will only install on macOS 13+.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eaaf2f3 - Browse repository at this point
Copy the full SHA eaaf2f3View commit details -
Upgrade swiftformat to 0.55.2, prettier to 3.4.1, & markdownlint-cli …
…to 0.43.0. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebb3aa6 - Browse repository at this point
Copy the full SHA ebb3aa6View commit details -
Output full
git describe --tags
to indicate number of commits since…… tag & current revision for local (i.e. non-release builds), since releases should all be for a version tagged revision. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 565017c - Browse repository at this point
Copy the full SHA 565017cView commit details -
Remove unnecessary single quotes from bash scripts.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7dd2335 - Browse repository at this point
Copy the full SHA 7dd2335View commit details -
Remove unnecessary
swiftlint
output filtering fromscript/lint
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b46afa2 - Browse repository at this point
Copy the full SHA b46afa2View commit details -
Use
markdownlint
on all*.md
files.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcd7be5 - Browse repository at this point
Copy the full SHA fcd7be5View commit details -
Remove incorrect comment from
script/format
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e4805e - Browse repository at this point
Copy the full SHA 0e4805eView commit details -
Rename
linter
asformatter
inscript/format
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f93a45 - Browse repository at this point
Copy the full SHA 0f93a45View commit details -
Change Swift formatter emoji to fix output spacing issues in `script/…
…format`. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 610d7d1 - Browse repository at this point
Copy the full SHA 610d7d1View commit details -
Make
swiftformat
--strict
inscript/format
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1011e8d - Browse repository at this point
Copy the full SHA 1011e8dView commit details -
Make
swiftlint
--quiet
inscript/format
.Remove useless `--strict` from `swiftlint` in `script/format`. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6601bee - Browse repository at this point
Copy the full SHA 6601beeView commit details -
Filter out boilerplate
swiftformat
output fromscript/format
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bafcfd7 - Browse repository at this point
Copy the full SHA bafcfd7View commit details -
Filter out boilerplate
prettier
output fromscript/format
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f8f97e - Browse repository at this point
Copy the full SHA 5f8f97eView commit details -
Filter out boilerplate output from
script/test
.Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e672c9e - Browse repository at this point
Copy the full SHA e672c9eView commit details -
brew bundle no longer generates
Brewfile.lock.json
.Allow `script/bootstrap` to accept any arguments for `brew bundle install`. Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdc6132 - Browse repository at this point
Copy the full SHA cdc6132View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6bdc1 - Browse repository at this point
Copy the full SHA fd6bdc1View commit details -
Switch scripts from bash to zsh.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74131a2 - Browse repository at this point
Copy the full SHA 74131a2View commit details -
Remove shfmt because it cannot work with zsh.
Partial mas-cli#638 Signed-off-by: Ross Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22b255d - Browse repository at this point
Copy the full SHA 22b255dView commit details