changelog init cli command
docs-builder changelog init [options]
Create changelog.yml and the changelog/releases directory structure.
--pathstring-
Repository root. Defaults to cwd.
Constraints: symbolic links not allowed, supports
~home expansion --changelog-dirstring-
Changelog entry directory. Defaults to docs/changelog.
Constraints: symbolic links not allowed, supports
~home expansion --bundles-dirstring-
Bundle output directory. Defaults to docs/releases.
Constraints: symbolic links not allowed, supports
~home expansion --ownerstring- GitHub owner for seeding bundle defaults. Overrides the value inferred from git remote origin.
--repostring- GitHub repository name for seeding bundle defaults. Overrides the value inferred from git remote origin.
-l--log-levelenum-
Minimum log level.
Values: trace, debug, information, warning, error, critical, none
Default:
information -c--config-sourceenum-
Override the configuration source: local, remote
Values: local, remote, embedded
--[no-]skip-private-repositories- Skip cloning private repositories
Discovers the docs folder via docset.yml; falls back to creating PATH/docs. When changelog.yml already exists, updates only the paths specified via or . Seeds bundle.owner, bundle.repo, and bundle.link_allow_repos from the git remote origin when available.