-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Features
-
Packing on a CI server and uploading to github or other places
-
Distinguish between minimal installation packages and complete installation packages with documentation and resources
-
Automatically update the minor version number
Options
- Root: Folder that needs to be packaged
- FilterPath: A json contains following keys:
- Exclude: Patterns to remove files. (Path inherits Root)
- Include: Patterns to include some of the removed files
- Documentation: The documentation folder path which will not be included in min package
- GithubKey: Used to upload to github release
- AutoVersion: If enabled, the minor version number set in
PacletInfo.mwill be ignored, and the last digit of each release will be +1. - PreRelease: If enabled, all the release version will use the pre-release tag
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request