Promotion process overview

With these concepts defined, let's turn our attention to the promotion process of our application. As we are using Git as our software configuration management tool, we will leverage its social coding features to support our promotion process:

  • We can use Git issues to record new features or bug fixes
  • We can use Git branches to isolate proposed modifications
  • Git GPG is used to sign every commit and tag
  • Pull requests are used to enforce governance

The following diagram summarizes the process we will use to configure our application:

Wondering what a pull request is? This chapter assumes that the reader is already ...

Get Blockchain Development with Hyperledger now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.