commit
ea107b1094
@ -157,6 +157,9 @@ jobs:
|
||||
echo "### Refactors"
|
||||
echo "$COMMITS" | grep "refactor:" | sed -E 's/^([a-f0-9]+) refactor: /- (#\1) /g' || echo "No refactors found."
|
||||
echo ""
|
||||
echo "### Style"
|
||||
echo "$COMMITS" | grep "style:" | sed -E 's/^([a-f0-9]+) style: /- (#\1) /g' || echo "No style found."
|
||||
echo ""
|
||||
echo "### CI/CD"
|
||||
echo "$COMMITS" | grep "ci:" | sed -E 's/^([a-f0-9]+) ci: /- (#\1) /g' || echo "No CI/CD changes found."
|
||||
echo ""
|
||||
|
112
CHANGELOG.md
112
CHANGELOG.md
@ -1,112 +0,0 @@
|
||||
## 0.1.1+6 (2025-02-06)
|
||||
|
||||
### Breaking Changes
|
||||
No breaking changes found.
|
||||
|
||||
### Features
|
||||
No features found.
|
||||
|
||||
### Bug Fixes
|
||||
No bug fixes found.
|
||||
|
||||
### Refactors
|
||||
No refactors found.
|
||||
|
||||
### CI/CD
|
||||
No CI/CD changes found.
|
||||
|
||||
### Other Changes
|
||||
- (#f6bc86e) chore: Fix workflows
|
||||
|
||||
## 0.1.0+5 (2025-02-06)
|
||||
|
||||
### Breaking Changes
|
||||
No breaking changes found.
|
||||
|
||||
### Features
|
||||
0a46c30 feat: Init counter value to 1|e00990c chore: Format changelog
|
||||
|
||||
### Bug Fixes
|
||||
No bug fixes found.
|
||||
|
||||
### Refactors
|
||||
No refactors found.
|
||||
|
||||
### Style Changes
|
||||
No style changes found.
|
||||
|
||||
### Chores
|
||||
0a46c30 feat: Init counter value to 1|e00990c chore: Format changelog
|
||||
|
||||
### Miscellaneous
|
||||
No miscellaneous changes found.
|
||||
|
||||
## 0.0.3+4 (2025-02-06)
|
||||
|
||||
### Breaking Changes
|
||||
No breaking changes found.
|
||||
|
||||
### Features
|
||||
No features found.
|
||||
|
||||
### Bug Fixes
|
||||
No bug fixes found.
|
||||
|
||||
### Refactors
|
||||
No refactors found.
|
||||
|
||||
### Style Changes
|
||||
6aa9b9a style: Remove comment;4af0730 chore: Fix changlog when multiline
|
||||
|
||||
### Chores
|
||||
6aa9b9a style: Remove comment;4af0730 chore: Fix changlog when multiline
|
||||
|
||||
### Miscellaneous
|
||||
No miscellaneous changes found.
|
||||
|
||||
## 0.0.2+3 (2025-02-06)
|
||||
|
||||
### Breaking Changes
|
||||
No breaking changes found.
|
||||
|
||||
### Features
|
||||
No features found.
|
||||
|
||||
### Bug Fixes
|
||||
No bug fixes found.
|
||||
|
||||
### Refactors
|
||||
No refactors found.
|
||||
|
||||
### Style Changes
|
||||
No style changes found.
|
||||
|
||||
### Chores
|
||||
No chores found.
|
||||
|
||||
### Miscellaneous
|
||||
No miscellaneous changes found.
|
||||
|
||||
## 0.0.1+2 (2025-02-06)
|
||||
|
||||
### Breaking Changes
|
||||
No breaking changes found.
|
||||
|
||||
### Features
|
||||
No features found.
|
||||
|
||||
### Bug Fixes
|
||||
No bug fixes found.
|
||||
|
||||
### Refactors
|
||||
No refactors found.
|
||||
|
||||
### Style Changes
|
||||
No style changes found.
|
||||
|
||||
### Chores
|
||||
426d3c4 chore: Reset version code name and changelog
|
||||
|
||||
### Miscellaneous
|
||||
No miscellaneous changes found.
|
||||
|
@ -13,7 +13,7 @@ class MyApp extends StatelessWidget {
|
||||
return MaterialApp(
|
||||
title: 'Flutter test',
|
||||
theme: ThemeData(
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.orange),
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.red),
|
||||
useMaterial3: true,
|
||||
),
|
||||
home: const MyHomePage(title: 'Flutter Demo Home Page'),
|
||||
|
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 0.1.1+6
|
||||
version: 0.0.0+0
|
||||
|
||||
environment:
|
||||
sdk: ^3.6.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user