-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(templates): Include package license metadata conditionally in tem…
…plates (#2862) * Include package license metadata conditionally * Also apply for target and mapper templates * Optimistically reference `LICENSE` file * Add a replay file for the no license case --------- Co-authored-by: Edgar Ramírez-Mondragón <edgarrm358@gmail.com>
- Loading branch information
1 parent
a609f4b
commit 3c80245
Showing
4 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"cookiecutter": { | ||
"source_name": "AutomaticTestTap", | ||
"admin_name": "Automatic Tester", | ||
"admin_email": "auto.tester@example.com", | ||
"tap_id": "tap-no-license", | ||
"library_name": "tap_no_license", | ||
"variant": "None (Skip)", | ||
"stream_type": "REST", | ||
"auth_method": "Basic Auth", | ||
"include_ci_files": "None (Skip)", | ||
"faker_extra": false, | ||
"license": "None", | ||
"ide": "VSCode", | ||
"_template": "../tap-template/", | ||
"_output_dir": "." | ||
} | ||
} |