fastlane-plugin-flutter_build_increment 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -2
- data/lib/fastlane/plugin/flutter_build_increment/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 309cf53e4456d7644f65b6589af789af197e43839b25d0fe29c255a47add3b66
|
|
4
|
+
data.tar.gz: 438ad190a57f308b15f99f90f35fec573ce656c45a0a96bf4d39df580181db4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb415483bb5b7b2e8883b8c3344f10b514a5f3700830d2c2af5d3df0fff2775c01acb42e95d7c2fe701a9e15a8404ad710f0137d898f2f0e35c4188abdc2d76e
|
|
7
|
+
data.tar.gz: 1b868aab143afcff68c1893ec1a9e112e9de5edaad0f6e2f2e3ea35b604afc5554e556b29d570c33c8d6922d38b97b1534b97a75a667c22a0ef51039afae5e4f
|
data/README.md
CHANGED
|
@@ -12,9 +12,14 @@ fastlane add_plugin flutter_build_increment
|
|
|
12
12
|
|
|
13
13
|
## About flutter_build_increment
|
|
14
14
|
|
|
15
|
-
Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2
|
|
15
|
+
Increments pubspec.yaml (in ../pubsec.yaml location) build version number i.e. 1.0.0+1 to 1.0.0+2. Nothing more nothing less.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Todo:
|
|
18
|
+
- return new build number and other version data to be used in the lane
|
|
19
|
+
- fix test case
|
|
20
|
+
- provide path to pubsec.yaml as parameter
|
|
21
|
+
|
|
22
|
+
make sure to tag your build number.
|
|
18
23
|
|
|
19
24
|
## Example
|
|
20
25
|
|