fix: add MIT license#14
Merged
Merged
Conversation
Review Summary by QodoAdd MIT license file to project
WalkthroughsDescription• Adds MIT license file to project • Sets copyright holder to skillrig organization • Enables license inclusion in release archives Diagramflowchart LR
A["Project"] -- "adds LICENSE file" --> B["MIT License"]
B -- "included in" --> C["Release Archives"]
File Changes1. LICENSE
|
Closed
so0k
pushed a commit
that referenced
this pull request
Jun 2, 2026
🤖 I have created a release *beep* *boop* --- ## [1.0.1](v1.0.0...v1.0.1) (2026-06-02) ### Bug Fixes * add MIT license ([#14](#14)) ([346bce0](346bce0)) * **cli:** align search & verify table output ([#21](#21)) ([#22](#22)) ([b54d751](b54d751)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: skillrig-release-bot[bot] <289564490+skillrig-release-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an MIT
LICENSE(MIT chosen to match the GitHub CLI Go sources used as a design reference).Supersedes #1 (which proposed Apache-2.0).
Why
fix:(and notdocs:)v1.0.0 already shipped without a license, so its release archives don't bundle one. GoReleaser auto-includes
LICENSE*in archives, so landing this lets release-please cut v1.0.1 and the patch release will carry the license. Adocs:/chore:title would add the file but not bump a release.Copyright holder is set to
skillrig(org) / 2026 — adjust if you'd prefer a different holder.