distribute_cli 2.3.4
distribute_cli: ^2.3.4 copied to clipboard
Quick way to distribute your app to playstore and appstore
2.3.4 #
- Fix typo
- Read applicationId from gradleKts
2.3.3 #
- Distribute debug symbols and path separator fixes
2.3.2 #
- Windows powershall validate fastlane fixes
2.3.1 #
- Enhance documentations
2.3.0+1 #
- Windows powershell support
- Enhance logger to provide more detailed information
- Enhance code and functionality for better performance
2.2.0 #
- Add
wizard
command to create a newdistribution.yaml
file interactively - Enhance logger to provide more detailed information
- Enhance code and functionality for better performance
2.1.2 #
- Add command substitution for
distribution.yaml
variables%{{COMMAND}}
- Optimize the code
2.1.1 #
- Fix
distribute run -o
not working on specific jobs - Fix wrong output for ios built
2.1.0 #
- Add output on build and publish
- Output on job's arguments
- Once build finished or publish started, binary will be copyed to the output provided
- Add
Builder.generate-debug-symbols
andPublisher.fastlane.upload-debug-symbols
for Android - Change
distribution.yaml
patterns - Add
workflows
onTask
to sort the jobs - Add Github as a publisher
- Change publisher subcommand to directly use the publisher name
- Add
create
command to create a new task or job on distirbution.yaml - Update documentation
- Update examples
2.0.1 #
- Add
exportOptionsPlist
andexportMethod
to iOS build - Solving pub.dev scores
2.0.0 #
- Refactor the code
- Refactor how to use the package
- Distribute.yaml is now used to configure the package
- Added support for
${{KEY}}
to reference environment variables or custom variables fromdistribution.yaml
- Updated
README.md
:- Added detailed explanation for using
${{KEY}}
indistribution.yaml
- Enhanced examples for
distribution.yaml
with variables and tasks - Improved documentation for commands (
init
,build
,publish
,run
) - Added a section for variable substitution in
distribution.yaml
- Clarified usage of environment variables and custom variables
- Added detailed explanation for using
1.0.4+4 #
- Fix Android and iOS build error logs
1.0.4+3 #
- Update code docs
1.0.4+2 #
- Update changelogs
- Update readme.md
1.0.4+1 #
- Enhance distribution.log and terminal logs
- Run firebase and fastlane same time for quick process
- Publish git logs on fastlane
- Update readme.md and add example.md
1.0.3+1 #
- Create distribution.log to record the logs
- Start distribute once task finished
1.0.2+1 #
- Builder and Publisher will be more tolerant for tools that doesn't exists
- Firebase changelogs included
- Optimize code and error appearance
1.0.1+1 #
- Add
fastlane_track
andfastlane_promote_track_to
- Solve
distribute build -p
- More environment on init
1.0.0+2 #
- Add documentation on the code
- Solve pub.dev scores
1.0.0+1 #
- Add distribute executable
- Fix args not working on subCommands
- Enhance command to be more clearer
1.0.0 #
- First release, look readme.md for details