Releases: Tumiya/gitrise
Releases · Tumiya/gitrise
Gitrise v0.10.0
Release Notes
-
Fixed the issue where Gitrise's exit status did not accurately reflect build failures when the
--download-artifacts
flag was used (#53) by @andersonvom -
Upgraded the GitHub checkout action to v4 to enhance security and improve performance (#55) by @Azbagheri
Gitrise v0.9.1
Release Notes
- Fixed the bug where 'ERROR: Missing build artifact name' showing when running Gitrise.
Gitrise v0.9.0
Release Notes
- Added support for downloading build artifacts. More info about this new feature can be found here.
Gitrise v0.8.1
Release Notes
- Fixed the log truncation bug with large logs
Gitrise v0.8.0
Release Notes
- Added support for streaming the Bitrise logs by introducing the option
--stream
( issue #18 ) - Improved performance by making the polling frequency configurable using the
-p | --poll
option - Added support for triggering a build for a specific tag or commit using the
-t | --tag
and-c | --commit
options, respectively ( issue #23 ) - Improved the usage instructions on the README
Gitrise v0.7.0
Release Notes
- Added safeguards to handle HTML error responses from Bitrise
Gitrise v0.6.0
Release Notes
- Decreased the polling frequency of the API call that gets the build status to once every 30 seconds
Gitrise v0.5.0
Release Notes
- Added logs to Gitrise. We are creating a log file for every endpoint that we are interested in catching the requests and responses. All the log files are stored in the
gitrise_temp
folder.
Gitrise v0.4.0
Release Notes
-
Changed the way logs were fetched from Bitrise. Instead of streaming, build logs are now pulled after the build is completed.
-
Improved the code qulity by adding error handling mechanisms and a lot more unit tests.
-
Switched from Travis CI to Github Actions to run CI/CD pipelines. Releases are now done automatically using the CD pipeline.
Gitrise v0.3.0
Merge pull request #2 from azohra/develop Develop