Scripts Directory
This directory contains utility scripts for managing the Literary Vault repository.
Available Scripts
Changelog Management (cl)
A streamlined tool for maintaining the project's CHANGELOG.md file with automatic semantic versioning.
Quick Usage
Change Types
Short codes are supported for convenience:
a
oradded
- Addedc
orchanged
- Changedd
ordep
- Deprecatedr
orremoved
- Removedf
orfixed
- Fixeds
orsec
- Security
Version Bump Options
major
- Breaking changes (1.0.0)minor
- New features (0.1.0)patch
- Bug fixes (0.0.1) [default]
Examples
Features
Automatic semantic versioning
Short command aliases
Maintains Keep a Changelog format
Prevents empty releases
Automatic section management
Requirements
Python 3.x
No additional dependencies required
Installation
The scripts are automatically executable. You can run them directly from the scripts directory:
Last updated