feat(pgpm/export): default to Constructive license on export#1224
Merged
Conversation
Change the PGPM export default license from CLOSED to CONSTRUCTIVE so that exported packages use the Constructive license template. This only affects the automated export path — pgpm init and other scaffolding workflows still default to MIT.
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
3 tasks
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
Summary
Changes PGPM export to default to the
CONSTRUCTIVElicense instead ofCLOSED. Also bumps thegenomicdependency to^5.4.0inpgpm/coreandpgpm/clito pick up the newCONSTRUCTIVElicense template (published as genomic@5.4.0).Changes:
pgpm/export/src/export-utils.ts:license: 'CLOSED'→license: 'CONSTRUCTIVE'pgpm/core/package.json:genomic^5.3.11→^5.4.0pgpm/cli/package.json:genomic^5.3.11→^5.4.0Only affects PGPM export;
pgpm initstill defaults to MIT.Review & Testing Checklist for Human
pgpm exportgenerates a LICENSE file with the Constructive license textpgpm initstill defaults to MITNotes
Companion PRs:
Link to Devin session: https://app.devin.ai/sessions/e1a9f178172f40399d5e3259dfc1447b
Requested by: @pyramation