Skip to content

pivotal-cf/docs-developer-console

Repository files navigation

Developer Console

Where is the book repo?

https://github.com/pivotal-cf/docs-book-developer-console

The book repo uses these branches:

  • edge builds from the master content branch in this repo. Pipeline here.

  • master builds from the published content branches in this repo. Pipeline here.

Branches in this (content) repo

All documentation for the next unreleased version of Developer Console is in master.

Always make changes you want carried forward in the master branch. This includes:

  • Unreleased features
  • Doc bug fixes
  • Doc reorganization or enhancement
Branch Name Use for…
master v0.5.x (staged here: http://docs-pcf-staging.cfapps.io/developer-console/0-n/
alpha v0.4.x (staged here: http://docs.pivotal.io/developer-console/0-alpha/

When the latest alpha version is ready to publish, merge the master branch into the alpha branch. Keep all the alpha versions of the release notes stacked in the Release Notes for Developer Console page.

  1. Always cherry-pick any changes to live branches into master if you want those changes carried forward.
  2. If necessary, immediately cherry-pick/copy changes from master that you want to push immediately to production into the appropriate live branch above."

Style Sheet

We need to decide on product name short forms:

Term or product name Notes
Developer Console product_full, the longest name
Developer Console product_short, the short name, use on the page after the long name has been used
PDC product_abbr, do not use until "PDC" is replaced per the rebrand
Developer Console CLI tool Name of the CLI tool

Pipelines

Production Pipeline
All live branches build to the cf-services > developer-console pipeline, and are manually pushed to production as needed: Production pipeline.

How to Cherry-Pick from one Branch to Another

  1. Make changes in the first branch (usually master), commit them, and then push them to the repo.

  2. Copy part of the SHA for the above commit. To find this, you can do a git log, or look at the list of commits in the github repo.

  3. Checkout the second branch, where you want to copy the changes you made in the first branch.

  4. Run this command, using the SHA snippet you copied above: git cherry-pick <SHA_SNIPPET>

    For example: git cherry-pick 5dc22fe00

    Do the cherry-pick immediately to lessen the chances of conflicts. Otherwise, you may need to resolve conflicts in order to complete the cherry-pick.

  5. Do a git push after the cherry-pick is complete.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages