{{-- resources/views/admin/system/versions/create.blade.php --}} @extends('admin.layouts.app') @section('title', 'Create System Version') @section('page_title', 'Create System Version') @section('breadcrumb') Versions → Create @endsection @section('content')
Use MAJOR.MINOR.PATCH format:
Examples: 1.0.0, 1.2.5, 2.0.0, 1.5.3
## 🎉 New Features - Feature A - Feature B ## 🐛 Bug Fixes - Fixed issue X - Fixed issue Y ## ⚡ Improvements - Performance boost - Better mobile UX ## 🔄 Migration \`\`\`bash php artisan migrate \`\`\` ## 📝 Notes - Breaking change info - Deprecations
This creates a draft version. You can:
Publishing will update the changelog and notify properties if flags are set.