feat: 支持自动根据commitlog生成版本号以及realse changelog采集
This commit is contained in:
parent
3b414d3f66
commit
70619b94be
@ -1,6 +1,7 @@
|
||||
stages:
|
||||
- test
|
||||
- package
|
||||
- generate_tag
|
||||
- build-artifacts
|
||||
- release-artifacts
|
||||
- notification
|
||||
|
||||
@ -68,7 +69,7 @@ git_tag:
|
||||
- bash tag_generator.sh
|
||||
|
||||
build_android:
|
||||
stage: package
|
||||
stage: build-artifacts
|
||||
extends: .setup_fastlane_android
|
||||
script: bash android/build.sh
|
||||
artifacts:
|
||||
@ -76,7 +77,7 @@ build_android:
|
||||
- build/app/outputs/flutter-apk/
|
||||
|
||||
build_ios:
|
||||
stage: package
|
||||
stage: build-artifacts
|
||||
extends: .setup_fastlane_ios
|
||||
script:
|
||||
- bash ios/build.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user