The file header comment template will also be installed.
make open
SwiftLint violations are visible in Xcode as well.
To run SwiftLint from the command line:
make lint
To run analysis rules:
make analyze
To re-record all existing snapshot references, delete all using the following command and then run the tests.
make delete-snapshots
Releases are made on the GitHub website.
In all of the following steps, X.X.X
is a placeholder to be substituted with the actual semantic version for the release.
- Enter a semantic version as the new tag (WITHOUT
v
prefix) - Set the
main
branch as the target (it should be the default) - Enter the release title formatted as
Nodes vX.X.X
(WITHv
prefix) - Click on
Generate release notes
- Leave
Set as a pre-release
unchecked - Leave
Set as the latest release
checked - Click
Publish release