Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 778 Bytes

developing.rst

File metadata and controls

23 lines (18 loc) · 778 Bytes

Developing lcmap-spark

Developing

  • Perform development on a topic branch or the develop branch.
  • Set the version in version.txt to x.x. Follow semantic versioning.

Building

  • Local builds may be performed with make build. This will create: usgseros/lcmap-spark:build.
  • Travis-CI will build and push usgseros/lcmap-spark:VERSION-BRANCH to Dockerhub for branch commits.
  • Travis-CI will build and push usgseros/lcmap-spark:VERSION to Dockerhub for commits to master.
  • See Makefile and .travis.yml for details.

Releasing

  • Merge develop to master.
  • Tag master with version.
  • Perform github release.

See https://help.github.com/articles/creating-releases.