Skip to content
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

Improvement: Bundle rulesets in release ZIP files. #260

Merged
merged 7 commits into from
Aug 9, 2023

Conversation

DaveMcEwan
Copy link
Contributor

Makes it easier to use rulesets for non-dev users that don't/won't clone the repo.

Before this PR, a release ZIP looked like:

svlint-v0.8.0-x86_64-lnx.zip
├── svlint                        <- The binary executable
└── svlint_MANUAL_v0.8.0.pdf      <- The documentation

With this PR, a release ZIP looks like:

svlint-v0.8.0-x86_64-lnx.zip
├── bin
│   ├── svlint                    <- The binary executable
│   ├── parseonly.toml            
│   ├── ... *.toml                <- TOML configurations
│   ├── svlint-parseonly
│   └── ... svlint-*              <- Wrapper scripts
└── doc
    └── svlint_MANUAL_v0.8.0.pdf  <- The documentation

Example ZIPs are here: https://github.com/DaveMcEwan/svlint/releases/tag/v0.0.12-DONOTUSE

@dalance dalance merged commit c373857 into dalance:master Aug 9, 2023
4 checks passed
@DaveMcEwan DaveMcEwan deleted the bundleRulesets branch August 23, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants