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 744aad8 commit 267ccd3Copy full SHA for 267ccd3
.rultor.yml
@@ -24,9 +24,6 @@ release:
24
script: |-
25
sed -i "s/^\(version:\).*/\1 $tag/" pubspec.yaml
26
sed -i "/\[[Uu]nreleased\]/a\\\n## [$tag] - $(date '+%F')" CHANGELOG.md
27
- mkdir -p ~/.pub-cache
28
- mv ../credentials.json ~/.pub-cache/credentials.json
29
- flutter pub publish -f
30
git commit -am "version $tag"
31
git checkout master
32
git merge __rultor
0 commit comments