File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ # freeRASP X.Y.Z
2+ <!-- Subtitle or additional text (optional) -->
3+
4+ <!-- Check all tasks. Can be done after submission. -->
5+ ## Pre-release checklist
6+ - [ ] 🚀 Dev/Release modes works
7+ - [ ] 🔄 Callbacks works
8+ - [ ] 📝 Logging works
9+ - [ ] sdkVersion is correct
10+ - [ ] sdkPlatform is correct
11+ - [ ] ✅ Tests are passing
12+ - [ ] 📋 Changelog updated
13+ - [ ] ➡️ ` pubspec.yaml ` version updated
14+
15+ <!-- Check all tasks. Can be done after submission. -->
16+ ## Post-release checklist
17+ - [ ] 🐦 Release to pub.dev
18+ - [ ] 📝 GitHub release
19+
20+ ## Type of Changes
21+
22+ - [ ] ✨ New feature (non-breaking change which adds functionality)
23+ - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
24+ - [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
25+ - [ ] 🧹 Code refactor
26+ - [ ] ✅ Build configuration change
27+ - [ ] 📝 Documentation
28+ - [ ] 🗑️ Chore
29+
30+ ## Description
31+
32+ <!--
33+ Add description of this release
34+ - what are the improvements?
35+ - what is fixed?
36+
37+ Don't forget to link issues which are resolved. Use keywords for automatically closing issues.
38+ More about it here: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
39+
40+ -->
You can’t perform that action at this time.
0 commit comments