You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduction of a New File package.yml
A new file named package.yml has been introduced. This file contains all the necessary details about a package called libepoxy.
Inclusion of Distributable Section
The package.yml now includes a distributable section. This section contains the package's URL and also details which components are distributable.
Inclusion of Versions Section
An addition has been made in the form of a versions section. It provides the link to the GitHub repository of the package.
Addition of Build Section
A build section has now been included. This section keeps the information about dependencies needed for the package, the directory where the work takes place, the script that needs to be run, and what environment variables are required.
Addition of Test Section
Finally, a test section has been included. It details what dependencies are required for testing and what scripts need to be run for it.
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
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.
closes #378