Loading...
Loading...
Automate version bumping following semantic versioning and changelog management. Use when the user wants to bump a version, create a release, update the changelog, or tag a new version in a project using semver conventions and Keep a Changelog format.
npx skill4agent add jim60105/copilot-prompt bump-versionv<current_version>HEADgit log v<current_version>..HEAD --pretty=format:'%H%n%s%n%b%n----END----'Unreleased[Unreleased]: ...[1.2.3]: ...versionChart.yamlChart.yamlgit diff CHANGELOG.mdv<new_version_number>git pushCHANGELOG.mdUnreleased## [1.2.3] - 2025-06-09YYYY-MM-DD| Category | Purpose |
|---|---|
| Added | New features |
| Changed | Modifications to existing functionality |
| Deprecated | Features slated for removal |
| Removed | Removed or cleaned-up features |
| Fixed | Bug fixes |
| Security | Security-related updates |
- Added: Dark-mode toggle in the settings panel.[Unreleased]: https://github.com/org/repo/compare/v1.2.3...HEAD
[1.2.3]: https://github.com/org/repo/compare/v1.2.2...v1.2.3## [1.2.3] - YYYY-MM-DD## [0.4.0] - 2023-12-31 [YANKED]# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Added
- Added: Support for importing `.xlsx` files.
### Fixed
- Fixed: UI glitch when resizing the dashboard on mobile.
## [1.3.0] - 2025-06-01
### Added
- Added: Two-factor authentication support using TOTP.
- Added: In-app notification center with unread badge count.
### Changed
- Changed: Upgraded database schema to v5; requires migration.
- Changed: Improved search indexing performance by 40%.
### Fixed
- Fixed: Error when exporting reports with non-ASCII characters.
## [1.2.1] - 2025-05-10
### Fixed
- Fixed: Incorrect timezone offset in exported CSV files.
- Fixed: Crash when uploading images larger than 5MB.
## [1.2.0] - 2025-04-25
### Added
- Added: Export to CSV and PDF options in the reports tab.
- Added: Option to customize theme colors in user settings.
### Deprecated
- Deprecated: Legacy API v1 endpoints (will be removed in 1.4.0).
### Security
- Security: Patched XSS vulnerability in the user comment section.
---
[Unreleased]: https://github.com/your-org/your-repo/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/your-org/your-repo/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/your-org/your-repo/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/your-org/your-repo/releases/tag/v1.2.0