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
vprefix) - Set the
mainbranch as the target (it should be the default) - Enter the release title formatted as
Nodes Tree Visualizer vX.X.X(WITHvprefix) - Click on
Generate release notes - Leave
Set as a pre-releaseunchecked - Leave
Set as the latest releasechecked - Click
Publish release