Zwischenstand
This commit is contained in:
parent
5d6b1e4509
commit
70774bedb1
|
|
@ -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
|
# 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
|
# 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.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 0.9.5
|
version: 0.9.6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.10.1
|
sdk: ^3.10.1
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,8 @@ sed -i "s/^version: .*/version: ${new}/" "$PUBSPEC"
|
||||||
|
|
||||||
# Version z.B. aus Datei oder Argument
|
# Version z.B. aus Datei oder Argument
|
||||||
VERSION_TAG=$(grep "^version:" pubspec.yaml | awk '{print $2}')
|
VERSION_TAG=$(grep "^version:" pubspec.yaml | awk '{print $2}')
|
||||||
|
git commit -a -m"Version auf ${VERSION_TAG} gesetzt"
|
||||||
|
git push
|
||||||
|
|
||||||
RELEASE_TITLE="EggTimer ${VERSION_TAG}"
|
RELEASE_TITLE="EggTimer ${VERSION_TAG}"
|
||||||
RELEASE_BODY="Automatisch erstelltes Release ${VERSION_TAG}."
|
RELEASE_BODY="Automatisch erstelltes Release ${VERSION_TAG}."
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue