release

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package release contains types for language container's release command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Context *Context
	// This request is parsed from the release-stage-request.json file in
	// the LibrarianDir of the context.
	Request *message.ReleaseStageRequest
}

The Config for the release-stage command. This holds the context (the directory paths) and the request parsed from the release-stage-request.json file.

type Context

type Context struct {
	LibrarianDir string
	RepoDir      string
	OutputDir    string
}

Context has the directory paths for the release-stage command. https://github.com/googleapis/librarian/blob/main/doc/language-onboarding.md#release-stage

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL