We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a09ce commit 2fd6451Copy full SHA for 2fd6451
central/ble_temperature/README.md
@@ -8,3 +8,7 @@ A sample BLE project.
8
2. Clone `git clone https://github.com/d-wolf/flutter_ddd_validate_serialize.git`.
9
3. Generate files `dart run build_runner build --delete-conflicting-outputs`.
10
4. Call `flutter run` in the [Project Folder](/).
11
+
12
+## Run CI
13
+* `git tag v<major>.<minor>.<version>`
14
+* `git push origin --tags`
central/ble_temperature/pubspec.yaml
@@ -2,7 +2,7 @@ name: ble_temperature
2
description: A new Flutter project.
3
publish_to: 'none'
4
5
-version: 1.0.0+1
+version: 1.0.1+2
6
7
environment:
sdk: '>=3.0.5 <4.0.0'
0 commit comments