Skip to content

Commit 606ffd4

Browse files
committed
ci(rultor): unset the 'squash' flag
1 parent 74ef815 commit 606ffd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.rultor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ assets:
77
credentials.json: rafamizes/secret#assets/publishing/flutter/credentials.json
88
merge:
99
squash: true
10-
rebase: true
1110
script: |
1211
flutter clean
1312
flutter pub get
@@ -21,7 +20,7 @@ release:
2120
# repository.
2221
script: |-
2322
sed -i "s/^\(version:\).*/\1 $tag/" pubspec.yaml
24-
sed -i "/\[Unreleased\]/a\\\n## [$tag] - $(date '+%F')" CHANGELOG.md
23+
sed -i "/\[[Uu]nreleased\]/a\\\n## [$tag] - $(date '+%F')" CHANGELOG.md
2524
mkdir -p ~/.pub-cache
2625
mv ../credentials.json ~/.pub-cache/credentials.json
2726
flutter pub publish -f

0 commit comments

Comments
 (0)