Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaraujo committed Dec 3, 2020
1 parent 6c70e3c commit 16569d6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2020-12-03
### Added
- Initial version. It contains:
- Support for running `xcodebuild <clean|build|test>`
- Some xcodebuild configurations: workspace, destination, scheme, derived data path and xcode version (or xcode hardcoded path)
- Support for running tests using any available simulator


[Unreleased]: https://github.com/vitorbaraujo/batler/compare/0.1.0...HEAD
[0.1.0]: https://github.com/vitorbaraujo/batler/releases/tag/v0.1.0
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ A Xcode test CLI for continuous integration.
## Installation

```sh
go get github.com/vitorbaraujo/batler/cmd/batler
go get -u github.com/vitorbaraujo/batler/cmd/batler
```

## TODO

- Add brew formula
- Add brew formula
- Add logging (+ verbose option)
- Add xcpretty integration
- Add slather integration

0 comments on commit 16569d6

Please sign in to comment.