Added a maintainers document with some assorted details about publishing.
Also added a dist-tag target on each of the generator's published packages. This target will allow us to easily force set a specific NPM tag to a specific version for all the packages (e.g. if we need to rollback the latest tag to a previous version)
Example:
npx nx run-many --targets dist-tag --tag next --ver 2.2.0
Added a maintainers document with some assorted details about publishing.
Also added a
dist-tag
target on each of the generator's published packages. This target will allow us to easily force set a specific NPMtag
to a specificversion
for all the packages (e.g. if we need to rollback thelatest
tag to a previous version)Example: