erisu opened a new pull request, #1470: URL: https://github.com/apache/cordova-docs/pull/1470
### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> Add the "Download" page, which is an ASF requirement. ### Description <!-- Describe your changes in detail --> - Added Download Page - Added a "releases.yml` file to easily update versions when new releases are made. - Added `jekyll-gfm-admonitions` to support `[!NOTE]`, `[!TIP]` etc. > [!NOTE] > When a new release is made, Cordova typically publishes an announcement blog post. At the same time, the `releases.yml` file should be updated with the new release version. Other important notes, - Currently `type: source` is commented out for all packages. They will be uncommented after each new release following the new release process. - All packages has defined `customName`. The `customName` field is expected to be removed after new release following the new release process. Previously all packages were following the npm's package naming convention while future packages will follow a new naming convention. `<repo-name>-<type>-<version>.<extension>`. ### Testing <!-- Please describe in detail how you tested your changes. --> `npm run serv` ### Checklist - [ ] I've run the tests to see all new and existing tests pass - [ ] I added automated test coverage as appropriate for this change - [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`) - [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/)) - [ ] I've updated the documentation if necessary -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
