-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update framework metadata information. #35
base: master
Are you sure you want to change the base?
Conversation
Add `.pubnub.yml` file with change logs and distirbution options. build: Add '.pubnub.yml' validators Add GitH ub Actions for `.pubnub.yml` file validation.
source-repository: https://github.com/pubnub/eon-map | ||
documentation: https://www.pubnub.com/developers/eon | ||
distributions: | ||
- distribution-type: source |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be api-client
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Distribution type? Usually it is package, source
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Source is not there in the enum (and source is equivalent to api-client
)
"api-client", "library", "package", "application", "framework"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where?
"distribution-type": {
"type": "string",
"description" : "The type of the distribution. e.g. package"
},
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check artifact-type, I will double check if we need the same enum here as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But you left comment on distribution type (or GitHub app for phone is buggy)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ya I mentioned it on distribution type
, and it should use the same enums from artifact-type
. (I will double check though)
Add '.pubnub.yml' file
Add
.pubnub.yml
file with change logs and distirbution options.Add '.pubnub.yml' validators
Add GitHub Actions for
.pubnub.yml
file validation.