Changelog¶
The full changelog is automatically maintained by semantic-release and can be found in the repository:
How Versions Work¶
awsp follows Semantic Versioning:
- Major (
X.0.0) — Breaking changes to the CLI interface - Minor (
0.X.0) — New features, backwards compatible - Patch (
0.0.X) — Bug fixes, backwards compatible
Checking Your Version¶
Upgrading¶
This automatically detects your installation method (git clone or release download) and upgrades accordingly.
Release Process¶
Releases are fully automated:
- Commits following Conventional Commits are pushed to
main - semantic-release analyzes commit messages
- A new version is determined based on commit types
CHANGELOG.mdis updatedAWSP_VERSIONinbin/awsp.shis bumped- A GitHub release is created with auto-generated notes