chore: Bumps application version to 0.2.0
Increments the minor version number to reflect new features or significant updates. Also updates an example email configuration in the versioning script.
This commit is contained in:
parent
36c52fbd6d
commit
23dba086f1
@ -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+4
|
||||
version: 0.2.0+5
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.1
|
||||
|
@ -134,7 +134,7 @@ mv "$TEMP_CHANGELOG" "$CHANGELOG_FILE"
|
||||
echo "Changelog updated successfully."
|
||||
|
||||
# # Commit version and changelog update
|
||||
# git config --global user.email "your-email@example.com"
|
||||
# git config --global user.email "mandreshope@gmail.com"
|
||||
# git config --global user.name "mandreshope"
|
||||
git add pubspec.yaml CHANGELOG.md
|
||||
git commit -m "chore: increment version $NEW_VERSION+$NEW_BUILD and update changelog"
|
||||
|
Loading…
x
Reference in New Issue
Block a user