Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Aug 12, 2020
1 parent 28ab263 commit a39fb74
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 28 deletions.
36 changes: 10 additions & 26 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,16 @@
name: Release

on:
push:
tags:
- '*'
release:
types: [published]

jobs:
build:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test
- run: cd example && flutter create .
- run: flutter build apk --debug --split-per-abi
- uses: montudor/action-zip@v0.1.0
with:
args: zip -qq -r ./apks.zip . -i ./build/app/outputs/apk/debug
- uses: svenstaro/upload-release-action@1.0.1
with:
repo_token: ${{ secrets.token }}
file: ./apks.zip
asset_name: example_app.zip
tag: ${{ github.ref }}
overwrite: true
- uses: actions/checkout@v2
with:
ref: master
- run: ./bin/changelog-from-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Binary file added bin/changelog-from-release
Binary file not shown.
Binary file added bin/changelog-from-release-mac
Binary file not shown.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.9.2"
version: "0.10.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: photo_view
description: Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
version: 0.9.2
version: 0.10.0
homepage: https://github.com/renancaraujo/photo_view

environment:
Expand Down

0 comments on commit a39fb74

Please sign in to comment.