Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Support package version in path #3748

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 24, 2023

  1. kpt: recognize a directory in the path

    If our package contains a versioned folder that matches the specified
    version, copy from that directory.  This allows us to maintain a
    simpler git repo structure, where the versions are stored as folders,
    and we therefore only need a single branch (main).
    justinsb committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8cb5f8a View commit details
    Browse the repository at this point in the history
  2. porch: support package version as last component of path

    This is a simpler way of laying out a repo.
    justinsb committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9f9e7f9 View commit details
    Browse the repository at this point in the history