mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
This is a few different edits to make caretakers more aware of problems that can occur during a release. * Added a comment to reinforce that pushing tags needs to happen with the push of the release commit. Otherwise CI can fail `npm install` because the relevant tags are not set. * Changed to check out the publish branch rather than the tag because checking out a tag fails the subsequent `publish` command. * Added `yarn` before the `publish` command because dependencies may be out of date and cause errors.
/docs
Folder
This folder is used for all documentation. It contains a number of subfolders with short descriptions here.
/docs/design
Design documents on GitHub, in Markdown format. The number of design documents available is limited.
/docs/documentation
THIS FOLDER IS DEPRECATED AND SHOULD NOT BE UPDATED ANYMORE. Documentation is now available on angular.io and can be updated on the main angular/angular repo.
Markdown files used to publish to the GitHub Wiki.
/docs/process
Description of various caretaker and workflow processes.
/docs/specifications
Specifications for support of Angular CLI features. These are meant to be read directly on GitHub by developers of libraries who want to integrate with the Angular CLI.