Build tools #23
shlomiassaf
started this conversation in
New Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proper build scripts to:
- Generate Changelog & git tag
- Bump versions (based on commits)
- Enforce commits (lint)
- API guard (nice to have...)
- TODO analyzer (nice to have...)
- Breaking change analyzer (nice to have...)
- gh-pages
- Release to NPM
The angular/components repo can be used as the source for all tools above with some modifications based on the local setup.
This is a pending issue for the 1.0.0 milestone because it is a must for an official release.
Once (or if) people start to contribute it will not work without proper release tools.
If anyone is reading this and want to help, please come forward :)
Beta Was this translation helpful? Give feedback.
All reactions