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

Support multi-version backwards compatibility build for the monorepo #287

Open
dandhlee opened this issue Feb 16, 2023 · 0 comments
Open
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@dandhlee
Copy link
Collaborator

The monorepo for googleapis/google-cloud-python has multiple packages within the repository. I've relied on a split repository containing the git history using

if [[ ${FORCE_GENERATE_ALL_TAGS} == "true" ]]; then
# Grabs all tags from the repository.
GITHUB_TAGS=$(git tag --sort=-v:refname)
else
# Grab the latest released tag.
GITHUB_TAGS=$(git describe --tags `git rev-list --tags --max-count=1`)
fi
to extract previous release info, however this may be more complicated for the monorepo.

@dandhlee dandhlee added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Feb 16, 2023
@dandhlee dandhlee self-assigned this Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant