Skip to content

Commit 67731f5

Browse files
committed
build(ci): add 'publish --dry-run' to rultor merge
1 parent 6336e5d commit 67731f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.rultor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ merge:
88
- flutter clean
99
- flutter pub get
1010
- flutter test --no-pub
11+
- flutter pub publish --dry-run
1112
squash: true

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: flutter_brand_palettes
22
description: Collection of declarative classes for the color palettes of popular brands and companies, as well as for the Material Design standard.
33
version: 0.2.5+2
44
homepage: https://dartoos.dev
5+
repository: https://github.com/rafamizes/flutter_brand_palettes
56

67
environment:
78
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)