This repository has been archived by the owner on Feb 14, 2025. It is now read-only.
v0.2.0 (2021-12-22)
This release introduces a new command (
azext readme
) to manage documentation. See GitHub Documentation for more information.
🚀 Features (9)
[email protected]
- Introduced feature
- Issue: GH#3 - Documentation generation
- Pull Request: GH#12 - Refactoring and docs generation
[email protected]
- Include issue number and pull request number when using descriptive titles
- Added help command for changelog generation
- Issue: GH#7 - Update documentation
- Updated title for linked issues and pull requests
- Renamed
tagSize
totypeSize
andtagMapping
totypeMapping
in configuration - Added
changeCount
variable to type headers- Issue: GH#9 - Add change count to tag headers
- Pull Request: GH#15 - Add changeCount to type titles
- Added new subcommand (cache) to update metadata cache
[email protected]
- Add support for global options
- Issue: GH#7 - Update documentation
[email protected]
- Add new command to create mapping file
🐛 Fixes (2)
[email protected]
- Fixed an issue with escaping characters for issue and pull request titles
[email protected]
- Fixed init command not respecting
--root
option
🛠️ Maintenance (2)
[email protected]
- Split CLI and implementation in preparation for Node API
- Forced path of configuration files to be in folder
.azext/
📝 Documentation (1)
[email protected]
- Added more detailed documentation
- Issue: GH#7 - Update documentation