Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.15 KB

Datacow

Build Status Coverage Status

0.2.0

Build

  • Use env vars
  • Build pr when given the 'test this please' comments on Github issues (using Travis CI)
  • Update version automatically using Git rev-parse

Documentation

  • Generated Docs?
  • History?

Akka

  • Supervisor
  • LoggingReceive
  • Cluster?

Domain

  • Non-breaking validation (sender, persister, updateScheduler)
  • Convert UserProfile.GithubProfile.updatedAt, createdAt types to DateTime from String

Development

Run

sbt runMain

Testing

sbt tst

Versioing

pip install --upgrade bumpversion
bumpversion --verbose --dry-run --allow-dirty # check
bumpversion --verbose [patch|minor|major] # see: https://github.com/peritus/bumpversion