use crate::;
/// Represents a fully analyzed and updated package ready for PR creation.
/// Includes next tag and list of file changes to include in PR
/// Groups the packages sharing a release branch with the existing open PR
/// for that branch, if one exists.