mgechev 0181d8538f build: version from git tag which consists two or more digits
Currently, we can't publish v10 because the `--match` pattern in describe can't match the tag `v10.0.0`. The new glob has the following semantics:

```
v[0-9]*.[0-9]*.[0-9]*
```

Couldn't make it stricter because didn't find an easy way to enable extglobs for git for everyone.
2020-04-08 13:16:11 -07:00
..

/lib Folder

This folder includes bootstrap code for the various tools included in this repository. Also included is the packages meta-information package in packages.ts. This is used to read and understand all the monorepo information (contained in the .monorepo.json file, and package.json files across the repo).

bootstrap-local.js should be included when running files from this repository without compiling first. It allows for compiling and loading packages in memory directly from the repo. Not only does the devkit-admin scripts use this to include the library, but also all binaries linked locally (like schematics and ng), when not using the npm published packages.